1833428 Members
3691 Online
110052 Solutions
New Discussion

Re: SSH configuration

 
zenus
Occasional Advisor

SSH configuration

i want to activate ssh on my hp-ux server hp9000 ! i need some assistance please!

bests regards!!
4 REPLIES 4
Nido
Trusted Contributor

Re: SSH configuration

Hi,

Do you SSH installed on your machine, if not get it from following URL:
http://hpux.connect.org.uk/hppd/cgi-bin/search?package=on&description=on&term=ssh

follow the installation procedure and start sshd, verify SSH by connecting to system.

Thanks,
" Let Villagers Be Happy!! "
Steven E. Protter
Exalted Contributor

Re: SSH configuration

Shalom,

If you installed it, its active, started and will work for all normal users, including root.

If you have recieved an error message, share please.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tim Nelson
Honored Contributor

Re: SSH configuration

Once you get a chance appreciation for the assistance can be shown by assigning points. ( pull down next to each response pick an appropriate level and click "submit points" is all that is needed. )

Your current profile shows.
You have assigned points to 0 of 10 responses to my questions.

Rasheed Tamton
Honored Contributor

Re: SSH configuration

ps -ef|grep ssh

If you see, sshd is running, it means it is started. Otherwise, you can start it on hp-ux box as this:

#/sbin/init.d/secsh start
HP-UX Secure Shell started


The config files are in
/etc/opt/ssh

Regards.