„.ssh/config“ ändern
This commit is contained in:
29
.ssh/config
29
.ssh/config
@@ -25,6 +25,10 @@ Host u.utf3.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host sb.itsme.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host co.lilo.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
@@ -41,6 +45,31 @@ Host o2.lilo.ch
|
||||
User ubuntu
|
||||
ForwardAgent yes
|
||||
|
||||
Host he-fw
|
||||
HostName 192.168.254.1
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host he-file
|
||||
HostName 192.168.254.2
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host pf-fw
|
||||
HostName ueli.dyn.itsme.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host pf-file
|
||||
ProxyCommand ssh -q -W 172.23.254.32:22 co.lilo.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host bu-fw
|
||||
ProxyCommand ssh -q -W 172.23.254.61:22 co.lilo.ch
|
||||
User root
|
||||
ForwardAgent yes
|
||||
|
||||
Host *
|
||||
ServerAliveInterval 10
|
||||
ServerAliveCountMax 99
|
||||
Reference in New Issue
Block a user