mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Implement `portfwd-loopback-choice'. Works on local side in Unix as
well, though it's a lot less useful since you still can't bind to low-numbered ports of odd loopback IPs. Should work in principle for SSH2 remote forwardings as well as local ones, but OpenSSH seems unwilling to cooperate. [originally from svn r2344]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\versionid $Id: config.but,v 1.44 2002/10/22 09:40:38 simon Exp $
|
||||
\versionid $Id: config.but,v 1.45 2002/12/18 11:39:25 simon Exp $
|
||||
|
||||
\C{config} Configuring PuTTY
|
||||
|
||||
@ -1881,6 +1881,19 @@ in the list box.
|
||||
To remove a port forwarding, simply select its details in the list
|
||||
box, and click the \q{Remove} button.
|
||||
|
||||
In the \q{Source port} box, you can also optionally enter an IP
|
||||
address to listen on. Typically a Windows machine can be asked to
|
||||
listen on any single IP address in the \cw{127.*.*.*} range, and all
|
||||
of these are loopback addresses available only to the local machine.
|
||||
So if you forward (for example) \c{127.0.0.5:79} to a remote
|
||||
machine's \cw{finger} port, then you should be able to run commands
|
||||
such as \c{finger fred@127.0.0.5}. This can be useful if the program
|
||||
connecting to the forwarded port doesn't allow you to change the
|
||||
port number it uses. This feature is available for local-to-remote
|
||||
forwarded ports; SSH1 is unable to support it for remote-to-local
|
||||
ports, while SSH2 can support it in theory but servers will not
|
||||
necessarily cooperate.
|
||||
|
||||
\S{config-ssh-portfwd-localhost} Controlling the visibility of
|
||||
forwarded ports
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
\versionid $Id: using.but,v 1.8 2002/09/11 17:30:36 jacob Exp $
|
||||
\versionid $Id: using.but,v 1.9 2002/12/18 11:39:25 simon Exp $
|
||||
|
||||
\C{using} Using PuTTY
|
||||
|
||||
@ -254,7 +254,8 @@ to a port on a remote server, you need to:
|
||||
|
||||
\b Choose a port number on your local machine where PuTTY should
|
||||
listen for incoming connections. There are likely to be plenty of
|
||||
unused port numbers above 3000.
|
||||
unused port numbers above 3000. (You can also use a local loopback
|
||||
address here; see \k{config-ssh-portfwd} for more details.)
|
||||
|
||||
\b Now, before you start your SSH connection, go to the Tunnels
|
||||
panel (see \k{config-ssh-portfwd}). Make sure the \q{Local} radio
|
||||
|
Reference in New Issue
Block a user