Multi hop ssh connections with Putty

Simon Wistow simon at thegestalt.org
Fri Jun 20 19:51:54 BST 2008


On Fri, Jun 20, 2008 at 06:13:28PM +0100, me said:
> My best guess is to create a new profile for destination with the 
> correct username and hostname. Then go to 
> 
> Connection -> Proxy 
> 
> and select Local and then in 'local proxy command' do
> 
> plink intermediate:6464 -n %host:%port

That should be

  plink intermediate:6464 -nc %host:%port
                          ^^^
which is what I had but which wasn't working until I discovered that the 
profile for the intermediate host in putty had 'HTTP' enabled as a 
proxy. Rmeoving that made everything work.

Huzzah.




More information about the london.pm mailing list