[Bug 1387] Support for tunneling FTP

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Nov 4 10:20:29 EST 2007


https://bugzilla.mindrot.org/show_bug.cgi?id=1387


Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|sshd                        |ssh
                 CC|                            |dtucker at zip.com.au




--- Comment #1 from Darren Tucker <dtucker at zip.com.au>  2007-11-04 10:20:27 ---
FTP is an ugly protocol, I don't know that ssh (BTW, the the magic
would need to be in the client not the server)

(In reply to comment #0)
> It would be great if OpenSSH would come with special support for
> tunneling FTP transfers (both control and data channels), somewhat
> similar to Linux Netfilter.

FTP is an ugly protocol and I don't think ssh should have special-case
code for it.  (BTW, the the magic would need to be in the client not
the server for the common case).

If your client supports SOCKS, and both client and server support FTP
passive mode, you can already tunnel FTP with DynamicForward.

[...]
> It should be noted that there are a lot of "howto tunnel ftp via ssh"
> documents floating around that leave their readers in the false
> assumption that their connection would be encrypted (only the control
> channel is). Such as:
> 
> http://www.ftpgetter.com/de/ftp-ssh-tunnel.php

Incorrect information out on the internet is somewhat out of our
control...

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list