1830315 Members
2492 Online
110000 Solutions
New Discussion

SSH

 
HartfordBala1973
Occasional Advisor

SSH

How to estabilish SSH conenction between HP-Tru64 server to HP-UX ia 64 server. Please let me know with steps.
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: SSH

You probably need some software to run on the tru64 box to make ssh work.

Now try from the tru64 box:

ssh hp-ux_box

You can also ask our friends here:

http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=280


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!   
Patrick Wallek
Honored Contributor

Re: SSH

You use the command 'ssh'.

This is assuming that you have installed SSH on both systems and have generated public/private keys and exchanged public keys.

There are numerous threads about setting up SSH in the Forums.
Torsten.
Acclaimed Contributor

Re: SSH

If you can successful logon to your hp-ux box and run

ssh 127.0.0.1

this box is out of question and you should focus on the other box.

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!   
Steven Schweda
Honored Contributor

Re: SSH

> You use the command 'ssh'.

He's right.

> There are numerous threads about setting up
> SSH in the Forums.

He's right again.

Note that the key file formats and
arrangements differ between the (default) SSH
implementation on Tru64 and the OpenSSH
implementation on HP-UX, so you won't be
able to get it to work simply by copying key
files around. But this topic has already
been beaten pretty much to death in those
"numerous threads" mentioned earlier. Search
for "ssh-keygen" and/or "-i" or "-X".