Re: Port forwarding, multiple IP

From: Richard E. Silverman (res_at_qoxp.net)
Date: 04/24/04


Date: 24 Apr 2004 12:15:06 -0400


You did not say what SSH software you're using; I will assume the current
OpenSSH. The -b option affects the source socket of the SSH connection;
it has nothing to do with how the listening sockets for -L are bound.
There are only two options: all addresses (-g on) or loopback only (-g
off).

The ssh.com client has the option you're looking for:
  ssh -L address:port:address:port ...

-- 
  Richard Silverman
  res@qoxp.net