Difference between revisions of "Ssh"

From Fixme.ch
Jump to: navigation, search
Line 8: Line 8:
 
</pre>
 
</pre>
 
Access is quite free, just ask for putting a new service on it and anyone with already an access will add your key
 
Access is quite free, just ask for putting a new service on it and anyone with already an access will add your key
 +
 +
the access for guest 1 is
 +
 +
<pre>
 +
Host guest1
 +
Hostname guest1.fixme.ch
 +
User fixme
 +
ForwardX11 no
 +
 +
</pre>

Revision as of 21:36, 24 February 2012

the configuration for foo is:

Host foo
	Hostname foo.fixme.ch 
	User sysadmin
	Port 1337
	ForwardX11 no

Access is quite free, just ask for putting a new service on it and anyone with already an access will add your key

the access for guest 1 is

Host guest1
	Hostname guest1.fixme.ch
	User fixme
	ForwardX11 no