Re: How can I SFTP/SCP or SSH from different source interface (IP)?

From: Darren Tucker (dtucker_at_gate.dodgy.net.au)
Date: 04/09/05


Date: 09 Apr 2005 14:36:29 GMT

On 2005-03-31, Dave <davecoronel@gmail.com> wrote:
> I have 1 NIC on my server with 5 subinterfaces each with a different
> IP address. I would like to be able to SFTP or SCP (or SSH) from a
> specific interface that is not my primary interface. I was looking for
> a parameter to use to do this but could not find any (something like
> the ping -i parameter in Unix).
[...]
> I am using SSH Tectia from www.ssh.com

OpenSSH has a BindAddress option which does this ("scp -o
BindAddress=1.2.3.4 source dest:"), perhaps Tectia has something
similar?

-- 
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