[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] FTP powered with 128-bit SSL encryption
- Subject: Re: [cobalt-security] FTP powered with 128-bit SSL encryption
 
- From: John Bailey <support@xxxxxxxxxxxxxxxxxxxxxx>
 
- Date: Sun, 9 Dec 2001 21:46:21 +0000 (GMT)
 
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
 
> Someone wrote about connecting through SSH but never explained 
> how to do it.
Just a quick answer - sftp is the service in question.  The ssh daemon
allows you to run subservers - look in the config for something like:
Subsystem       sftp    /usr/lib/sftp-server
You can then use the 'sftp' command to connect to the server.  sftp
doesn't use a port of it's own - it effectivly logs you in via SSH, then
does file transfers over the ssh link.  I'm not sure about windows clients
for sftp.  I think Putty may support it.  Not sure about graphical clients
- basically you should be able to find everything you need to know by
searching the web.
Regards,
John