Hi, I'm trying to setup my LTSP server to run local apps, but I've had some problems connecting to local machine from ssh. I've NIS configured and ssh keys following the LTSP doc, but see what's happen when I try to connect:
[EMAIL PROTECTED]:~$ ssh -vvv pid09 OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004 debug1: Reading configuration data /etc/ssh/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to pid09 [192.168.0.9] port 22. debug1: Connection established. debug1: identity file /home/tiago/.ssh/identity type -1 debug1: identity file /home/tiago/.ssh/id_rsa type -1 debug1: identity file /home/tiago/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_3.7.1p2 debug1: match: OpenSSH_3.7.1p2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 [...] debug3: check_host_in_hostfile: filename /home/tiago/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug3: check_host_in_hostfile: filename /home/tiago/.ssh/known_hosts debug3: check_host_in_hostfile: match line 1 debug1: Host 'pid09' is known and matches the RSA host key. debug1: Found key in /home/tiago/.ssh/known_hosts:1 debug2: bits set: 515/1024 debug1: ssh_rsa_verify: signature correct debug2: kex_derive_keys debug2: set_newkeys: mode 1 debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug2: set_newkeys: mode 0 debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/tiago/.ssh/identity ((nil)) debug2: key: /home/tiago/.ssh/id_rsa ((nil)) debug2: key: /home/tiago/.ssh/id_dsa ((nil)) debug1: Authentications that can continue: publickey,password,keyboard-interactive debug3: start over, passed a different list publickey,password,keyboard-interactive debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/tiago/.ssh/identity debug3: no such identity: /home/tiago/.ssh/identity debug1: Trying private key: /home/tiago/.ssh/id_rsa debug3: no such identity: /home/tiago/.ssh/id_rsa debug1: Trying private key: /home/tiago/.ssh/id_dsa debug3: no such identity: /home/tiago/.ssh/id_dsa debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug1: Authentications that can continue: publickey,password,keyboard-interactive debug3: userauth_kbdint: disable: no info_req_seen debug2: we did not send a packet, disable method debug3: authmethod_lookup password debug3: remaining preferred: debug3: authmethod_is_enabled password debug1: Next authentication method: password [EMAIL PROTECTED]'s password: debug3: packet_send2: adding 64 (len 54 padlen 10 extra_pad 64) debug2: we sent a password packet, wait for reply debug1: Authentications that can continue: publickey,password,keyboard-interactive Permission denied, please try again. [...] Is missing anything on sshd_config file? I can't find what's wrong... Thanks in advance, -- Tiago Bortoletto Vaz ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
