Difference between revisions of "Ssh"
From Fixme.ch
Line 1: | Line 1: | ||
− | + | [[Category:Services]] | |
+ | |||
+ | The configuration for foo is: | ||
<pre> | <pre> | ||
Host foo | Host foo | ||
Line 7: | Line 9: | ||
ForwardX11 no | ForwardX11 no | ||
</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 are granted to | |
− | + | * gcmalloc | |
+ | * Nemen | ||
+ | * francois | ||
+ | * freestorm | ||
+ | * tengu | ||
+ | * crazygolem | ||
+ | * maybe you if you're kind enough | ||
+ | the configuration for guest1 is | ||
<pre> | <pre> | ||
Host guest1 | Host guest1 |
Revision as of 20:11, 17 July 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 are granted to
- gcmalloc
- Nemen
- francois
- freestorm
- tengu
- crazygolem
- maybe you if you're kind enough
the configuration for guest1 is
Host guest1 Hostname guest1.fixme.ch User fixme ForwardX11 no