
March 27th, 2001, 01:40 PM
|
|
Junior Member
|
|
Join Date: Nov 2000
Posts: 11
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Greetings,
Can anyone point me to a clear net resource, or simply give me instructions, on creating SSH2 tunnels for insecure TCP protocols specifically FTP? I don't care as much about encrypting the data connection, but I do want to encrypt the control connection.
I altered my config file, adding the following line:
LocalForward "ftp/21:my.machine.name:21"
and restarted my daemon. I was hoping this would automatically encrypt any FTP logins. However, if it is encrypted it's almost too transparent. I can't tell whether it's working or whether the FTP client is going directly to the FTP daemon and bypassing the tunnel.
My sense is that I'm going about this the wrong way.
I would simply use sftp but I have users that are on Macs and they need to upload files to our Linux server, and so far I have not found an sftp client for for Mac. If there is one, and I've missed it, please let me know. Otherwise, I would like to establish a connection that at least protects my user's passwords from sniffing.
Thanks,
Eric Anderson
|