I am currently using a ssh-1.2.27 client to login a remote machine running
open-ssh-2.2.1. After I copied my ~/.ssh/identity.pub to the
~/.ssh/authorized_keys, the ssh always prompt me to input passphrase for
RSA key. Then I update the cipher of my ~/.ssh/identity, but it failed to
correct it too. How can I go around this problem? I can smoothly connect
to a remote machine running sshd-1.2.27 without getting any prompt for
passphrase or password.
the following is the ssh -v output:
========================================================================
SSH Version 1.2.27 [], protocol version 1.5.
Standard version. Does not use RSAREF.
test: Reading configuration data /Local/Users/zhaojin/.ssh/config
test: Reading configuration data /etc/ssh_config
test: ssh_connect: getuid 102 geteuid 0 anon 0
test: Connecting to djinn [192.168.0.201] port 22.
test: Allocated local port 1022.
test: Connection established.
test: Remote protocol version 1.5, remote software version OpenSSH_2.1.1
test: Waiting for server public key.
test: Received server public key (768 bits) and host key (1024 bits).
test: Host 'djinn' is known and matches the host key.
test: Initializing random; seed file /Local/Users/zhaojin/.ssh/random_seed
test: Encryption type: 3des
test: Sent encrypted session key.
test: Installing crc compensation attack detector.
test: Received encrypted confirmation.
test: No agent.
test: Trying RSA authentication with key 'zhaojin@test'
test: Received RSA challenge from server.
Enter passphrase for RSA key 'zhaojin@test':
========================================================================
Email response is welcome. Thanks a lot,
Jin