debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/potato/.ssh/id_dsa': <输入了密码>
debug1: read PEM private key done: type DSA
debug3: sign_and_send_pubkey
debug2: we sent a publickey packet, wait for reply
debug1: authentications that can continue: publickey,password,keyboard-inter
active
debug2: we did not send a packet, disable method
debug3: authmethod_lookup keyboard-interactive
......
结果没法登陆。
而我在另一台机子(相同的盘装的rh8)上试了相同的步骤,却可以登陆。
比较了两台机子的/etc/ssh/sshd_config和ssh_config,内容是一样的。