View Single Post
  #1  
Old 10-03-2007, 04:17 AM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default PuTTY and ProxyCommand

Hi,

I have a problem with PuTTY 0.59 and the use of the new implemented
local proxying.
I have been using Cygwin/OpenSSH with the following configuration
(ssh_config):

Host pc2
ProxyCommand ssh user@pc1 tcpconnect pc2 22

It works well (a ssh session is created on pc2 through pc1).

I believe PuTTY can now handle that, can't it?


But the problem is that I don't find how to do that in the GUI
And the documentation explains the new « -nc » feature of PLink.
Thus I tried:

plink -nc pc2:22 user@pc1

I authenticate well on pc1. Then I have:
SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.6

And I can't do anything!

Note that as soon as I stop PLink, I have a log on pc2:
Mar 26 18:02:11 pc2 sshd[12087]: Did not receive identification string from [IP]


Do you know what is happening?

Thanks for your help.

--
Iulius

« Tous les matins, j'apporte à ma femme le café au lit.
Elle n'a plus qu'à le moudre. » (Coluche)
Reply With Quote