[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: OT: NFS/SMB through a Firewall - Security Recommendations
- Subject: [cobalt-users] Re: OT: NFS/SMB through a Firewall - Security Recommendations
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Thu Sep 25 21:06:05 2003
- Organization: BRTNet.org
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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).