Source address of connections from ssh proxy tunnel
ssh -D <local port="">
to create a local SOCKS proxy to use an ssh tunnel to this linode.
If I make a TCP connection through this tunnel, the source address is always set to the last public address listed in /etc/network/interfaces (eth0:1 on this box).
I want to be able to select which of the linode's IP addresses to set as the source address when I create the ssh tunnel. I'm fine with running multiple sshds to accomplish this (e.g. connect to a different remote port to use a different source address).
Google and <url url="http://man.he.net/man5/sshd_config">~~[](http://man.he.net/man5/sshd_config)~~[man sshd_config](http://man.he.net/man5/sshd_config)</url>
are giving me nothing. I did find the TunnelDevice configuration option in ssh_config
Ideas?