[NTLUG:Discuss] how do I use openssh to ftp/telnet?
MadHat
madhat at unspecific.com
Tue Aug 14 14:32:45 CDT 2001
At 07:22 PM 8/14/2001 +0000, you wrote:
>Hi all:
>
>I think Ithat I have a stupid question, which is as subject.
>
>people talk about use openssh for getter security on telnet/ftp.
>I have installed openssh, and how do I use it as secure /telnet/ftp?
SSH is like telnet but encrypted. There is an sftp that works over an ssh
connection, but I personally prefer scp. scp is secure copy and like rcp
where the syntax is 'scp source dest' where source or dest can be
user at host:/path/to/file for example
$ scp source.c madhat.unspecific.com:src/
this would copy the file source.c form by current directory to the host
madhat.unspecific.com using my logged in user to the directory ~/src
if I had a different user name, I could add the user@
ssh is just 'ssh host' and it will prompt for a password. If it is a
different user, you can use 'ssh user at host'
basic ideas... as always it is recommended you read the man pages.
>TIA
>
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>_______________________________________________
>http://www.ntlug.org/mailman/listinfo/discuss
--
MadHat at unspecific.com
More information about the Discuss
mailing list