Does anyone have information about how to forward an sftp connection to another host?
 
Normally:
Client FTP ---> sshd ---> sftp-server ---> localhost 21
 
Desired:
Client FTP ---> sshd --> sftp-server ---> 192.168.1.10 21
 
 
I have it set-up correctly to send to the local FTP server, but I need to send it to another box behind the same firewall.
 
 
Thanks,
 
David Pittman

Reply via email to