Re: password less loging through ssh
- From: "Hodge, Harry" <Harry.Hodge@xxxxxxx>
- Date: Fri, 22 Feb 2008 06:44:40 -0600
This should tell you what is and is not working
On host trying to connect to:
/usr/sbin/sshd -d -d -d -d -p1974 -d
on host attaching from
ssh -v -v -v -p1974 host name
This enables debug mode and you will get verbose output on both sides
showing what is going on in the attempt to connect.
-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@xxxxxxxxxxxxx] On Behalf Of
AIX
Sent: Friday, February 22, 2008 12:56 AM
To: aix-l@xxxxxxxxxxxxx
Subject: password less loging through ssh
Hello
I am trying to login to aix server with ssh public keys,
and did all necessary steps, but still ssh is asking me to enter
password.
ssh-keygen
scp .ssh/id_rsa.pub
username@remoteip:/home/username/.ssh/authorized_keys
and then tested and it didn't work, so logged in to remote server and
changed
permission on authorized_keys and .ssh direcotory to 600 and even 400 ,
but
still
ssh poped up the password prompt.
any idea?
Thanks
- References:
- password less loging through ssh
- From: AIX
- password less loging through ssh
- Prev by Date: password less loging through ssh
- Next by Date: Re: password less loging through ssh
- Previous by thread: password less loging through ssh
- Next by thread: Re: password less loging through ssh
- Index(es):
Relevant Pages
|