Hello, I have setup ssh bewteen two linux PC (one is 2.0.35 kernel, another 2.2.5 kernel ) ssh for normal user works fine, but ssh for root not work. I have checked /etc/ssh2/sshd2_conf, there's nothing unusual. I even change PermitRootLogin yes and restart the ssh daemon, any help would be much appreciated. Thanks. Jason ================================from ssh -v otherhost debug: connecting to <otherhostname>.. debug: entering event loop debug: ssh_client_wrap: creating transport protocol debug: ssh_client_wrap: creating userauth protocol debug: Ssh2Transport/trcommon.c:592/ssh_tr_input_version: Remote version: SSH-2.0-2.0.13 (non-commercial) debug: Host key found from the database. debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet received from connection protocol: 3 debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet received from connection protocol: 4 debug: Ssh2Common/sshcommon.c:122/ssh_common_disconnect: DISCONNECT received: No further authentication methods available. debug: client_disconnect: No further authentication methods available. Disconnected; authentication error (No further authentication methods available.). debug: uninitializing event loop
