Operating System - HP-UX
1825766 Members
2106 Online
109687 Solutions
New Discussion

What are the ways current SSH mechanism in place for Telnet replacement?

 
DharmaRao G
Advisor

What are the ways current SSH mechanism in place for Telnet replacement?

What are the ways current SSH mechanism in place for Telnet replacement?
7 REPLIES 7
Roberto Arias
Valued Contributor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

hi:

1) Install ssh (secsh as hp name) and configure it
2) disable telnet with a cooment in /etc7inetd.conf
3) re-read the inetd.conf with inetd -c


warning please, make this steps from console
bye
The man is your friend
DharmaRao G
Advisor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

Hi Roberto,

Is it recommended to us #ssl

Suraj K Sankari
Honored Contributor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

Hi,

Yes, ssh

Suraj
Mel Burslan
Honored Contributor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

first off, if you have not done already, (this is included v11.23 and after if I am not mistaken), you need to install HP's version of openSSL and ssh packages.

after that, you can replace your command

telnet

with

ssh

but this is the tip of the iceberg as far as the ssh usage goes. You can do remote command execution, scripted file copy between servers using scp (included in ssh package) and more.
________________________________
UNIX because I majored in cryptology...
DharmaRao G
Advisor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

Hi Mel,


I want more info. about ssh that should eliminate Telnet.

What are the deficiencies telnet over ssh and what need to improve.

Regards
Dharma
Mel Burslan
Honored Contributor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

security is the biggest thing that telnet lacks and ssh has.

on a telnet session, when you type your password and hit enter, if I have a network sniffer and set it up between your workstation and the server you are connecting to, I can see your password in CLEAR TEXT.

This is the biggest selling point of ssh
________________________________
UNIX because I majored in cryptology...
Patrick Wallek
Honored Contributor

Re: What are the ways current SSH mechanism in place for Telnet replacement?

Lots of information about SSH is available here:

http://www.openssh.org/