Host <destination>
ProxyCommand corkscrew <proxyname> <proxyport> %h %p
The one other thing I had to do is convert my Key from PuTTY's ppk format to openSSH format using PuTTY's Key Generator. I then used ssh-agent to handle the authentication, so my connect command looks like this:
>ssh-agent xterm
in the new terminal do:
>ssh-add openSSH_Key
>ssh user@hostname
That was it. Now to tackle multiple tunnels.
No comments:
Post a Comment