← Back to team overview

sslug-teknik team mailing list archive

Re: ssh forwarding

 

Du kan prøve med proxycommand i ~/.ssh/config

host B
     user brugernavn
     hostname A
     port 22
     proxycommand ssh brugernavn@A /bin/netcat -q 10 192.168.1.2 %p

Det virker, tak.
/Kristian


Follow ups

References