>>>> "rms" == Richard Stallman
>>>> "Re: rssh.el interactions with ange-ftp/efs"
>>>> Mon, 18 Jan 1999 17:13:03 -0700 (MST)
rms> In the interim having efs use the GPLed ftpsshd
rms> I don't think I have heard of ftpsshd before. Can you tell
rms> me what it does? Can it be used on its own, or does it
rms> depend on ssh?
http://www.docs.uu.se/~pem/hacks/ftpsshd-1.1.tar.gz
ftpsshd starts a ssh (ssh-1.2.26) session with a remote host and uses
the ssh port forwarding to establish encrypted channels for the ftp
command and data channels then listens for connections on another
local port. That is the effect, I haven't looked "under the hood".
Then a normal ftp client pointed at the afore mentioned port, as in
'ftp localhost 2121' can login to the ftp server on the above
mentioned remote host and proceed as usual. There is no crypto in
ftpsshd. The encrypted channels are provided by ssh.
jam