Difference between revisions of "Ssh"

From Fixme.ch
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
the configuration for foo is:
+
[[Category:Services]]
 +
== Guest1 ==
 +
 
 +
the configuration for guest1 is
 +
<pre>
 +
Host guest1
 +
Hostname guest1.fixme.ch
 +
User fixme
 +
ForwardX11 no
 +
 
 +
</pre>
 +
 
 +
== Foo ==
 +
The configuration for foo is:
 
<pre>
 
<pre>
 
Host foo
 
Host foo
Line 7: Line 20:
 
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 ask enough

Latest revision as of 22:12, 17 July 2012

Guest1

the configuration for guest1 is

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

Foo

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 ask enough