Operating System - HP-UX
1827245 Members
2377 Online
109716 Solutions
New Discussion

Re: ssh configuration under hp-ux

 
kacou
Regular Advisor

ssh configuration under hp-ux

I want to setup ssh on my hp-ux server (B.11.31). I need your help please.

7 REPLIES 7
Wouter Jagers
Honored Contributor

Re: ssh configuration under hp-ux

Hiya,

You can find depots for installation (and sources, if required) on the porting and archive center:

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-5.0p1/

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Steven E. Protter
Exalted Contributor

Re: ssh configuration under hp-ux

Shalom,

openssh, known as secure shell is on your Core OS DVD for 11.31.

Insert the DVD, start swinstall -i

Use the local disk item, find Secure Shell, mark it for installation and use the menu to install it.

For a more current version download it from http://software.hp.com
Search for Secure Shell, download it, upload it to your 11.31 server and install it.

By default ssh is installed on 11.31.

see /etc/rc.config.d/sshd

To see if its configured to auto start.

/sbin/init.d/secsh start to manually start it.

See /var/adm/syslog/syslog.log for any error messages.

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
kacou
Regular Advisor

Re: ssh configuration under hp-ux

i try but i have got an error, see below please.

sshd[20933]: Accepted keyboard-interactive/pam for root from 10.x.x.x.

please help me!!
Wouter Jagers
Honored Contributor

Re: ssh configuration under hp-ux

That's not an error, merely a log message.

When someone logs in using ssh, a record is made in the syslog for easy reference.

If you can log in using ssh and get your shell, you're up and running :-)

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Sp4admin
Trusted Contributor

Re: ssh configuration under hp-ux

kacou,

These command should provide with the information you looking for.

#swlist -l product | grep -i ssh
ssh2 4.4.2.3 SSH Tectia(tm) Server 4.4.2.3

#ps -ef | grep sshd

//usr/local/sbin/sshd2

sp,
kacou
Regular Advisor

Re: ssh configuration under hp-ux

it's not an error message, by then my config is not ready.

where can i verify actually?
OldSchool
Honored Contributor

Re: ssh configuration under hp-ux

"it's not an error message, by then my config is not ready."

I'm not sure I understand the above....in what way is it "not ready"?

"where can i verify actually" it depends on how / where you got it. take a look for ssh_config and sshd_config, you should find it in /usr/local/etc or /etc/ssh. if you don't then run a "find" command to locate it