Another ssh problem (*not* openssh!)
I connect to another system running ssh: $ ssh -V ssh: SSH Secure Shell 3.2.0 (non-commercial version) on i686-pc-linux-gnu This is a new version of ssh just installed today by the sysadmin on that system. Since that was installed, I have trouble logging in to that system from My SuSE system running the following version of openssh:
ssh -V OpenSSH_3.0.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
I can actually log in, but their server refuses to recognize my key and forces me to enter my account's password. The have been working on this for a few hours and can'tm resolve it. Here are sections of the debug output from an attempt to log in: debug1: send SSH2_MSG_SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT debug1: authentications that can continue: publickey,password debug1: next auth method to try is publickey debug1: userauth_pubkey_agent: testing agent key /home/robert/.ssh/id_dsa debug2: we sent a publickey packet, wait for reply debug1: authentications that can continue: publickey,password debug2: userauth_pubkey_agent: no more keys debug2: userauth_pubkey_agent: no message sent debug1: try privkey: /home/robert/.ssh/identity debug1: try privkey: /home/robert/.ssh/id_rsa debug1: try pubkey: /home/robert/.ssh/id_dsa debug2: we sent a publickey packet, wait for reply debug1: authentications that can continue: publickey,password debug2: userauth_pubkey_agent: no more keys debug2: userauth_pubkey_agent: no message sent debug2: we did not send a packet, disable method debug1: next auth method to try is password paulsenonline@paulsenonline.net's password: Using the same clinet to log in to another system running openssh, that trace looks like this: debug1: send SSH2_MSG_SERVICE_REQUEST debug1: service_accept: ssh-userauth debug1: got SSH2_MSG_SERVICE_ACCEPT debug1: authentications that can continue: publickey,password debug1: next auth method to try is publickey debug1: userauth_pubkey_agent: testing agent key /home/robert/.ssh/id_dsa debug2: we sent a publickey packet, wait for reply debug1: input_userauth_pk_ok: pkalg ssh-dss blen 433 lastkey 0x8091e28 hint -1 debug2: input_userauth_pk_ok: fp 53:45:74:74:79:4e:5d:4a:5e:0d:5a:74:37:ac:77:ae debug1: ssh-userauth2 successful: method publickey Can anyone give me any hints I can pass on to the sysadmin of the remoet system? -- Robert C. Paulsen, Jr. robert@paulsenonline.net
participants (1)
-
Robert C. Paulsen Jr.