Re: [opensuse] FTP access via SSH tunnel
- From: M Harris <harrismh777@xxxxxxxxxxxxx>
- Date: Tue, 17 Apr 2007 18:19:37 -0500
On Tuesday 17 April 2007 17:02, Matthew Stringer wrote:
What I'm hoping to achieve is to create a bastion host box that allows SSHI have not run ftp /or telnet in production for years.
connections from anywhere, I can then create users on that box who'll be
able to create an SSH tunnel to the FTP machines.
... the ssh tunnel is ok, but you could try scp instead of ftp.
In your situation you might try passive ftp... but either way its not the
best. From the looks of things the passive connection back is not working.
Standard ftp requires two sockets... one to make the connection (commands)
and the other to transmit the data... looks like the data socket isn't
authorized or is failing for some other reason. Are the boxes behind a
firewall on an 192.168 network using NAT (masquerading)? FTP does not
masquerade well without the ftp fix.
But back to my first point... really, IMHO you would do well to try scp. I
move files on my systems (even to the outside) exclusively with scp... its
the secure copy that ships with ssh.... can be compressed, encrypted, and
frankly is more flexible than FTP IMO.
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Follow-Ups:
- Re: [opensuse] FTP access via SSH tunnel
- From: Theo v. Werkhoven
- Re: [opensuse] FTP access via SSH tunnel
- From: Matthew Stringer
- Re: [opensuse] FTP access via SSH tunnel - OT
- From: Registration Account
- Re: [opensuse] FTP access via SSH tunnel
- References:
- [opensuse] FTP access via SSH tunnel
- From: Matthew Stringer
- [opensuse] FTP access via SSH tunnel
- Prev by Date: Re: [opensuse] Another problem authenticating with postfix.
- Next by Date: Re: [opensuse] Can't make postfix to atutenficate to my ISP.
- Previous by thread: [opensuse] FTP access via SSH tunnel
- Next by thread: Re: [opensuse] FTP access via SSH tunnel - OT
- Index(es):
Relevant Pages
|