ssh config example for jumphost
This commit is contained in:
parent
7034663462
commit
2d857b21ea
1 changed files with 8 additions and 0 deletions
8
docs/ssh_config
Normal file
8
docs/ssh_config
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue