Hello guys
Well I'm facing problems with ssh with the new mandriva version Mandriva 2006. While I try to connect to my university computer lab via ssh, I get 'permission denied (public key)'. I've tried to modify some settings in the file /etc/ssh/ssh_config but now I've got the same problem but it's 'permission denied()'. Can you help me and explain me how to bypass the public key authentification?
Thanks and below is the log when I try to connect:
***************************************************************************************************
[evilangel@localhost Desktop]$ ssh -v
sasuke@XXXXXXX.XX.XXX-XXXXXX.XX
OpenSSH_4.3p1, OpenSSL 0.9.7g 11 Apr 2005
debug1: Connecting to XXXXXXX.XX.XXX-XXXXXX.XX [XXX.XX.XXX.XXX] port 22.
debug1: Connection established.
debug1: identity file /home/evilangel/.ssh/identity type -1
debug1: identity file /home/evilangel/.ssh/id_rsa type 1
debug1: identity file /home/evilangel/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version 3.0.1 SSH Secure Shell (non-commercial)
debug1: match: 3.0.1 SSH Secure Shell (non-commercial) pat 3.0.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'XXXXXXX.XX.XXX-XXXXXX.XX is known and matches the DSA host key.
debug1: Found key in /home/evilangel/.ssh/known_hosts:1
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/evilangel/.ssh/identity
debug1: Offering public key: /home/evilangel/.ssh/id_rsa
debug1: Authentications that can continue: password
debug1: Next authentication method: password
sasuke@XXXXXXX.XX.XXX-XXXXXX.XX's password:
debug1: Authentications that can continue: password
Permission denied, please try again.
sasuke@XXXXXXX.XX.XXX-XXXXXX.XX's password:
debug1: Authentications that can continue: password
Permission denied, please try again.
sasuke@XXXXXXX.XX.XXX-XXXXXX.XX's password:
debug1: Authentications that can continue:
debug1: Next authentication method: publickey
debug1: Offering public key: /home/evilangel/.ssh/id_dsa
debug1: Authentications that can continue:
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue:
debug1: Next authentication method: password
debug1: No more authentication methods to try.
Permission denied ().
[evilangel@localhost Desktop]$