[ssh] example when using gw
This commit is contained in:
parent
e309c59e79
commit
67ee237e7b
@ -27,3 +27,12 @@ Host vbox
|
|||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
UserKnownHostsFile /dev/null
|
UserKnownHostsFile /dev/null
|
||||||
LogLevel QUIET
|
LogLevel QUIET
|
||||||
|
Host orange_gw
|
||||||
|
HostName orbuilder.no-ip.biz
|
||||||
|
User genymobile
|
||||||
|
|
||||||
|
Host orange_tg
|
||||||
|
HostName 192.168.2.4
|
||||||
|
User builder
|
||||||
|
ProxyCommand ssh orange_gw -W %h:%p
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user