Operating System - HP-UX
1832806 Members
3067 Online
110045 Solutions
New Discussion

Re: problem running ssh on HPUX 11.0

 
Victor Lee
Advisor

problem running ssh on HPUX 11.0

Hi

I downloaded ssh-3.0.0 from www.ssh.com and installed it on two HPUX 11.0
systems. The compilation & installation went fine (although there were some warnings
about some pa1.0 object files being linked with pa2.0). when I try to ssh into one
of the HPUX systems from the other, the authentication part goes fine, but after that
it just hangs. it does not give an interactive shell. same is true when i try to execute
a single command via ssh, like

ssh -l root date

it asks for root's passwd. I type in the passwd and it says 'authentication succeeded'
and then it just hangs. it does not execute the command.

when i try to do the above things from a Windows machine running an ssh client, same
result.

how can I make this ssh work on HPUX 11.0?

thx
victor
2 REPLIES 2
Shahul
Esteemed Contributor

Re: problem running ssh on HPUX 11.0



Hi

Please add .rhosts file in both the machine and try. This is just a suggetion.

Shahul
Vincent Stedema
Esteemed Contributor

Re: problem running ssh on HPUX 11.0

Hi,

Run either the client in verbose (-v) or the server in debug (-d) mode. That should provide more information on why the session hangs.


Vincent