Operating System - HP-UX
1836968 Members
2430 Online
110111 Solutions
New Discussion

Not able to configure SSH

 
SOLVED
Go to solution
Prasad Joshi
Regular Advisor

Not able to configure SSH

Hi All,

I am configuring SSH connection from m1 to m2.

1. Generated keys on m1, using ssh-keygen -t dsa

2. created a file /.ssh/authorozed_keys on machine m2

3. concatenated this public key of m1 to file /.ssh/authorozed_keys on machine m2

After doing this I must be able to login to m2 from m1 without entering password.

But, It is asking for password.

Thanks & Regards.
Prasad.
2 REPLIES 2
Muthukumar_5
Honored Contributor
Solution

Re: Not able to configure SSH

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=779355

Refer the above link.

--
Muthu
Easy to suggest when don't know about the problem!
Prasad Joshi
Regular Advisor

Re: Not able to configure SSH

Thanks a lot.

I got it working. Needed to se t permissions.

Thanks again.