[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: OT: NFS/SMB through a Firewall - Security Recommendations



> I would say that rsync would do the job, I'm not sure if it supports
> scp/sftp, anyway you can get more info here:
> http://samba.anu.edu.au/rsync/

Yes, rsync supports SSH as the transport mechanism/tunnel.  Much more secure 
than FTP... :)

IIRC, you just do "rsync -e ssh" to tell it to use SSH (assuming SSH is 
already installed on your systems -- each end of the connection -- of 
course).