Operating System - HP-UX
1833694 Members
3831 Online
110062 Solutions
New Discussion

SSH Public key authentication

 
R.SRIDHAR
Occasional Advisor

SSH Public key authentication

while configuring the ssh public key authentication. I am not able to understand the step given in http://docs.hp.com/en/5991-7493/ch04s03.html step no 4 i tryed to run this command but giving error message help me

when is try to run the step 4 command it is giving that sh: remotehost : not found..

ssh remoteuser@remotehost means what????
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: SSH Public key authentication

You are trying to connect from server1 to server2 as user1.
In your situation :
remoteuser = user1
remotehost = server2


regards,
ivan
Yogeeraj_1
Honored Contributor

Re: SSH Public key authentication

>ssh remoteuser@remotehost means what????

replace "remoteuser" with any user which exist on "remotehost" which is your remote server.

e.g.

ssh yogeeraj@srv2

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: SSH Public key authentication

hi again,

seems like you have a duplicate thread with lesser information at:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1229626

refer to replies on your other thread as well.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)