1758581 Members
1962 Online
108872 Solutions
New Discussion

Re: ssh login

 
DCE
Honored Contributor

Re: ssh login


You can also use TCP wrappers
http://h20293.www2.hp.com/portal/swdepot/searchProducts.do

to disable telnet in a more user friendly way
PAVIC Thierry
Frequent Advisor

Re: ssh login

1 - Desactivate telnet :
edit your /etc/inetd.conf file and comment the following line :
telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd
After user 'inetd â c' command in order to force to read the changes.

2 - Check if the following product is on our server
T1471AA A.03.91.009 HP-UX Secure Shell

3 - run the /opt/ssh/sbin/sshd deamon and try with an ssh client to connect to your server

4 - Generate key if you want to echange information with scp or ssh with other account or server.