Re: PuTTY and ProxyCommand
- From: Simon Tatham <anakin@xxxxxxxxx>
- Date: 26 Mar 2007 19:30:11 +0100 (BST)
Iulius <iulius@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
in the main window: user2@pc2 // port 22 // SSH
in the proxy config panel: local // user1@pc1 // 22
local proxy command: tcpconnect pc2 22
What's wrong with that?
You should have:
in the main window: user2@pc2 // port 22 // SSH
in the proxy config panel: local
local proxy command: plink user1@pc1 tcpconnect pc2 22
or: plink user1@pc1 -nc pc2:22
or better still: plink user1@pc1 -nc %host:%port
The thing that goes in the `local proxy command' box is exactly the
text you would have put after `ProxyCommand' in OpenSSH: that is,
not the command you want to run _on_ pc1, but the command you want
to run to connect _to_ pc1.
--
Simon Tatham "I'm going to pull his head off. Ear by ear."
<anakin@xxxxxxxxx> - a games teacher
.
- Follow-Ups:
- Re: PuTTY and ProxyCommand
- From: Iulius
- Re: PuTTY and ProxyCommand
- References:
- PuTTY and ProxyCommand
- From: Iulius
- Re: PuTTY and ProxyCommand
- From: Simon Tatham
- Re: PuTTY and ProxyCommand
- From: Iulius
- PuTTY and ProxyCommand
- Prev by Date: Re: PuTTY and ProxyCommand
- Next by Date: Re: PuTTY and ProxyCommand
- Previous by thread: Re: PuTTY and ProxyCommand
- Next by thread: Re: PuTTY and ProxyCommand
- Index(es):
Relevant Pages
|
|