1753605 Members
5834 Online
108797 Solutions
New Discussion юеВ

ssh and telnet

 
madhudeepan
Frequent Advisor

ssh and telnet

in some of the servers i cant use ssh to login ,, its accepting only telnet ,,,

what is the reason behind this ,, if so how can i use ssh to login
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: ssh and telnet

Hi:

Is 'ssh' installed? Is the 'ssh' daemon running?

Regards!

...JRF...
Michal Kapalka (mikap)
Honored Contributor

Re: ssh and telnet

hi,

if the SSH is not installed, you can download it directly from HP :

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

mikap
Steven Schweda
Honored Contributor

Re: ssh and telnet

> [...] the servers [...]

This is not a useful description of "the
servers".

> [...] i cant [...]

"I can't do something" is not a useful
problem description. What, exactly, did you
do? What, exactly, happened when you did it?
Mel Burslan
Honored Contributor

Re: ssh and telnet

ps -ef | grep sshd
netstat -an | grep LISTEN | grep 22
swlist -l product | grep -i secure

could you please post the output from the commands above ?
________________________________
UNIX because I majored in cryptology...