1832647 Members
2975 Online
110043 Solutions
New Discussion

SSH on HPUX 11i v3

 
swtw
Occasional Contributor

SSH on HPUX 11i v3

Hi all,

I have been trying to make SSH works using Password Authentication on my 11i v3 but to no avail.

I always get the error "missing yes/no argument" when i type the following commands on the SSH client: {ssh -o "PasswordAuthentication" user1@hostname}

I follow the SSH admin guide downloaded from HP but I suspect it is of older versions cause some of the commands stated don't work.

Is there any step-by-step guide for v3 in setting up SSH for different kinds of authentication methods?

TIA.

Best Regards - swtw
2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: SSH on HPUX 11i v3

Shouldn't it be
ssh -o "PasswordAuthentication no" (or yes) ...?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Ganesan R
Honored Contributor

Re: SSH on HPUX 11i v3

Hi,

There is hardly anything you need to configure to use SSH.

Just download the HP ported SSH from here and start using ssh protocol services like scp, sftp, ssh , slogin.

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

No need of any configuration. If you want to change configuration, look at the configuration file /opt/ssh/etc/sshd_config
Best wishes,

Ganesh.