[NTLUG:Discuss] how do I use openssh to ftp/telnet?
Cox, Chris
Chris_Cox at stercomm.com
Tue Aug 14 14:50:53 CDT 2001
Let me add to this a bit...
You'll need sshd on the server and an ssh (see below) client on the client
end.
On the client side you can use:
ssh instead of telnet
scp rcp
ssh rsh
sftp ftp
Ssh also allows you to tunnel other protocols pretty effectively, so
you can tunnel POP... shoot I've even tunneled HTTP with it.
It will run X securely as well and will put things like your
DISPLAY into your environent as you hop from system to system (cool).
Hope this helps...as mentioned, there's lots of docs on this stuff,
Chris
-----Original Message-----
From: discuss-admin at ntlug.org [mailto:discuss-admin at ntlug.org]On Behalf
Of MadHat
Sent: Tuesday, August 14, 2001 2:33 PM
To: discuss at ntlug.org
Subject: Re: [NTLUG:Discuss] how do I use openssh to ftp/telnet?
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
_______________________________________________
http://www.ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list