Re: Need information about SSH and OpenSSH
From: Nico Kadel-Garcia (nkadel_at_verizon.net)
Date: 09/13/03
- Next message: Richard E. Silverman: "Re: scp between remote hosts."
- Previous message: peter pilsl: "Re: Using Putty only with port forwarding"
- In reply to: Tayfun qzdemir=22?=
: "Need information about SSH and OpenSSH" - Next in thread: Tayfun Ozdemir: "Re: Need information about SSH and OpenSSH"
- Reply: Tayfun Ozdemir: "Re: Need information about SSH and OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 13 Sep 2003 01:00:13 GMT
Tayfun Özdemir wrote:
> Hello there,
> I am about to buy a dedicated server but I have never had a one (I have
> done everything locally since now). They main problem is one of my friends
> told me that I have to use OpenSSH rather then telnet because its more
> secure.
>
> I have never used ssh before. I dont know how it works and how can I
> connect to shhd. I have searched net a bit but I still have some
> questions.
>
> How can I connect to sshd, is there a any program or telnet still works
> with it.
SSH is a protocol that *replaces* telnet and rsh. The OpenSSH and other
server versions of SSH come with clients automatically, usually called
"ssh". Read the manual page to learn more about it.
> What can i do with it that telnet cant do? Those are my questions they
SSH encrypts the connection, can authenticate the users with a personal
key to avoid having to type passwords every time, can directly do file
copies with the "scp" command, and can authenticate the host you connect
to and from to prevent people from trying to fake out your machines with
their own replacement machines, and can support "rsync" use over a
safely encrypted channel as well.
Hit the web pages at www.openssh.org, they'll explain more.
- Next message: Richard E. Silverman: "Re: scp between remote hosts."
- Previous message: peter pilsl: "Re: Using Putty only with port forwarding"
- In reply to: Tayfun qzdemir=22?=
: "Need information about SSH and OpenSSH" - Next in thread: Tayfun Ozdemir: "Re: Need information about SSH and OpenSSH"
- Reply: Tayfun Ozdemir: "Re: Need information about SSH and OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|