Re: portforward question cygwin vs putty

From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 10/11/04


Date: Mon, 11 Oct 2004 11:01:04 +0000 (UTC)

In article <fdu*GQMwq@news.chiark.greenend.org.uk>,
Jacob Nevins <jacobn@chiark.greenend.org.uk> wrote:
>AP <adamp@indra.com> writes:
>>Thanks for your response. So what is putty doing to intercept the ip
>>address/port and forward it? Is there anyway to do that using other tools in
>>cygwin?
>
>PuTTY isn't doing anything particularly special.
>
>As part of an application's setting up of a listening socket, as well as
>a port, it can specify an address to the bind() call, which is part of
>the socket abstraction used on many platforms. PuTTY simply allows the
>user to configure what address is passed into bind(); an application
>such as OpenSSH could easily do something similar. (We allow the
>extended syntax "-L [localIP:]localport:remoteIP:remoteport" to specify
>this on the command line; a similar extension could be made to OpenSSH's
>syntax.)

This is an open enhancement request for OpenSSH and there's a patch
that needs testing:
http://bugzilla.mindrot.org/show_bug.cgi?id=413

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


Relevant Pages

  • Re: AIX patch works for Openssh but not Putty
    ... >After applying that patch, I was logged in (using Putty and OpenSSH) ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: Port Forwarding from different local addresses
    ... > I found a feature in PuTTY that I would like to see if it is replicated ... > Within PuTTY, I could forward multiple local ports from different IP ... This is in OpenSSH 4.0x and newer. ... Good judgement comes with experience. ...
    (SSH)
  • Re: portforward question cygwin vs putty
    ... PuTTY isn't doing anything particularly special. ... a port, it can specify an address to the bindcall, which is part of ... user to configure what address is passed into bind(); ... on various Unices to specify the distinction between listening for ...
    (comp.security.ssh)
  • Re: Remote Port Mapping
    ... [about controlling the bind address of port forwards] ... >destined to be supported by OpenSSH in the future - I haven't seen a ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: openssh + putty interoperability
    ... > OpenSSH to a combination of Dropbear (presumably server) and PuTTY ... > (presumably client); so where does OpenSSH come into the question? ...
    (comp.security.ssh)