I ssh into a remote host, which is running openssh-1.2.2-1mdk, and it always asks for my password. I've tried with ssh 1.2.27 and openssh-1.2.2-1mdk. I ran a debug ssh on the server and got the following: Connection from 207.15.133.28 port 62798 debug: Client protocol version 1.5; client software version 1.2.27 debug: Sent 768 bit public key and 1024 bit host key. debug: Encryption type: blowfish debug: Received session key; encryption turned on. debug: Installing crc compensation attack detector. debug: Starting up PAM with username "phma" debug: Attempting authentication for phma. Failed rsa for phma from 207.15.133.28 port 62798 debug: PAM Password authentication accepted for user "phma" Accepted password for phma from 207.15.133.28 port 62798 debug: PAM setting rhost to "i028-1.clt-nc.oltronics.net" debug: Allocating pty. debug: Received request for X11 forwarding with auth spoofing. debug: Socket family 10 not supported [X11 disp create] debug: channel 0: new [X11 inet listener] debug: Forking shell. debug: PAM setting tty to "/dev/pts/2" debug: PAM establishing creds debug: Entering interactive session. debug: Setting controlling tty using TIOCSCTTY. I have verified that my key in authorized_keys on the server matches my identity.pub. Why doesn't it work? phma
