1835381 Members
3032 Online
110078 Solutions
New Discussion

Re: ssh

 
jackizm
Occasional Contributor

ssh

hi,
Thank you for your answers.It's my second time to use "itrc".I don't know how to reply you.
This time,my question is how to config SSH instead of using TELNET.
4 REPLIES 4
twang
Honored Contributor

Re: ssh

# swlist -l product |grep -i secure_shell
Secure_Shell A.03.81.002 HP-UX Secure Shell

check to see if sshd is running:
# ps -ef |grep ssh
root 813 1 0 Feb 5 ? 0:00 /opt/ssh/sbin/sshd

comment out the "telnet" entry in /etc/inetd.conf,
#telnet stream tcp nowait root /usr/lbin/telnetd telnetd

reread /etc/inetd.conf
# inetd -c
Andrew Cowan
Honored Contributor

Re: ssh

If you want SSH to look and behave as much like telnet does then there is very little configuration to do. You will have to start by installing SSH on all your servers and clients and ensure that the 'sshd' daemon is running on all the servers. (You may have to create an "sshd" Unix user and group). To connect from another Unix box simply type "ssh ". If you want to connect from a pc download the free "Putty" ssh client from http://www.chiark.greenend.org.uk/~sgtatham/putty/
Geoff Wild
Honored Contributor

Re: ssh

You can download Secure Shell from HP here:

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Installation/setup here:

http://docs.hp.com/en/T1471-90014/index.html

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Chris Vail
Honored Contributor

Re: ssh

Attached is my standard file to explain how this should be configured. Its a bit of a hassle to set up, but you'll like it anyway.


Chris