ssh config example for jumphost

This commit is contained in:
Leif Johansson 2017-10-26 14:36:12 +02:00
parent 7034663462
commit 2d857b21ea

8
docs/ssh_config Normal file
View file

@ -0,0 +1,8 @@
Host *.komreg.net !jmp.komreg.net
user root
ProxyCommand ssh root@jmp.komreg.net -W %h:%p
Host *.sveidas.se
user root
ProxyCommand ssh root@jmp.komreg.net -W %h:%p