Unable to ssh w/out password
- From: dbv@xxxxxxxxxxx
- Date: 27 Feb 2006 00:37:58 -0800
Does anyone know why I am still being prompted for a password?
Client - OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
Server - OpenSSH_3.9p1
server sshd_config contains partly:
#RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile .ssh/authorized_keys
UsePAM no
Server contains authorized_keys file with the contents of id_rsa.pub
from the client
permission of authorized_keys on server is 600
permission of user's .ssh dir on server is 700
permission of user's .ssh dir on client is 700
permission of id_rsa.pub on client is 644
permission of id_rsa on client is 600
debug output from client:
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
publickey,gssapi-with-mic,password
debug1: next auth method to try is publickey
debug1: try privkey: /home/client_user/.ssh/identity
debug1: try pubkey: /home/client_user/.ssh/id_rsa
debug1: authentications that can continue:
publickey,gssapi-with-mic,password
debug1: try privkey: /home/client_user/.ssh/id_dsa
debug1: next auth method to try is password
---
Why am I still being prompted for a password? Thanks.
.
- Follow-Ups:
- Re: Unable to ssh w/out password
- From: Richard E. Silverman
- Re: Unable to ssh w/out password
- Prev by Date: Security of OpenSSH versus PCAnywhere; GoToMyPC
- Next by Date: Re: Is it possible to get ssh to run on multiple ports
- Previous by thread: Security of OpenSSH versus PCAnywhere; GoToMyPC
- Next by thread: Re: Unable to ssh w/out password
- Index(es):
Relevant Pages
|
|