Operating System - HP-UX
1753789 Members
7851 Online
108799 Solutions
New Discussion юеВ

What is ssh? Where is ssh?

 
SOLVED
Go to solution
Steve Post
Trusted Contributor

What is ssh? Where is ssh?

In the security forum, a few people have suggested using ssh. What is it? Where is it? Does it have a pile of other names like "openssh" or "openssl?" Does it work with hpux11.0 on a K-570 HP9000? It is a progam that can be compiled with gcc and gmake?
2 REPLIES 2
Rick Garland
Honored Contributor
Solution

Re: What is ssh? Where is ssh?

ssh is a secure shell login that functions similar to rlogin. A difference is that it encrypts the info going accross the wire. So the passwd info is sent encrypted as opposed to in the clear. The names you have listed are a part of it.

ssh is a cost product. (Didn't used to be). Can do a search on yahoo and find.
Kofi ARTHIABAH
Honored Contributor

Re: What is ssh? Where is ssh?

In addition to Rick's explanation above, yes you can get a free version of ssh (openssh) that you can compile with gcc...

Start your search for it on http://www.openssh.org/

there is also the commercial version available at http://www.datafellows.com/

it is a very good idea to disable telnet and install ssh - you will be surprised how plain-text packets appear when viewed with ethereal...

good luck
nothing wrong with me that a few lines of code cannot fix!