<html><head></head><body><div>Hi,</div><div><br></div><div>I fail to login with ssh client to dropbox</div><div><br></div><div>I use Udoo ARM board with busybox to install ssh server</div><div><br></div><div>I cross compiled dropbear under VirtualBox lubuntu and install binary to board ( /bin &amp; /sbin)</div><div><br></div><div>I generate RSA key (<span>ssh-keygen -t rsa )&nbsp;</span>under lubuntu and copied&nbsp; content to <span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">/home/root/.ssh/authorized_keys on&nbsp;</span></span>Udoo board</div><div><span><br></span></div><div><span>I run on Udoo board :</span>&nbsp;dropbear -vFE</div><div><br></div><div>On VM lubuntu :&nbsp;<span>ssh&nbsp; -vvv root@192.168.0.2</span></div><div><span><br></span></div><div><span>I add trace on dropbear sources and found problem come with function <span><span style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif;"><b style=""><font color="#cd232c">getpwnam&nbsp;</font></b></span></span>to read /etc/password with&nbsp;</span></div><div><span><br></span></div><div><span><div><span style="white-space: pre-wrap;">        </span>errno=0;</div><div><span style="white-space: pre-wrap;">        </span>pw = getpwnam(username);</div><div><span style="white-space: pre-wrap;">        </span></div><div><span style="white-space: pre-wrap;">        </span>dropbear_log(LOG_WARNING,"<font color="#cd232c"><b>LBR %s %d %s",__FILE__ ,__LINE__, strerror(errno)</b></font>);</div><div><span style="white-space: pre-wrap;">        </span>if (!pw) {</div><div><span style="white-space: pre-wrap;">                </span>return;</div><div><span style="white-space: pre-wrap;">        </span>}</div><div><br></div><br></span></div><div><span><div>[157] Jan 01 01:06:50 <b><font color="#cd232c">LBR common-session.c 595 No such file or directory</font></b></div><div><br></div>So it seems, there is problem to read&nbsp;<span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">/etc/password ?</span></span></span></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;"><br></span></span></span></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;">It well located in correct folder :</span></span></span></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;"><br></span></span></span></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;"><span><div>~ # ls -l /etc</div><div>total 28</div><div>drwx------&nbsp; &nbsp; 3 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4096 Oct 29&nbsp; 2018 dropbear</div><div>-rwxrwxrwx&nbsp; &nbsp; 1 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192 Oct 28&nbsp; 2018 fstab</div><div>-rw-r--r--&nbsp; &nbsp; 1 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 23 Oct 29&nbsp; 2018 group</div><div>-rw-r--r--&nbsp; &nbsp; 1 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10 Oct 29&nbsp; 2018 group-</div><div>drwxrwxrwx&nbsp; &nbsp; 2 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4096 Oct 28&nbsp; 2018 init.d</div><div>-rwxrwxrwx&nbsp; &nbsp; 1 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;313 Oct 16&nbsp; 2018 inittab</div><div>-rw-r--r--&nbsp; &nbsp; 1 root&nbsp; &nbsp; &nbsp;user&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 34 Oct 29&nbsp; 2018 passwd</div><div><br></div></span><br></span></span></span></div><div><span><span><span style="color: rgb(0, 0, 0); font-family: Helvetica Neue, Helvetica, Arial, sans-serif;"><span><div>~ # cat /etc/passwd&nbsp;</div><div>root::0:0:root:/home/root:/bin/sh</div><div><br></div></span></span></span></span></div><div><span>Below are logs for client &amp; server</span></div><div><span><br></span></div><div><span>If you can jelp, thx in advance</span></div><div><span><br></span></div><div><span>Laurent</span></div><div><span><br></span></div><div><span>Server log : (dropbear)</span></div><div><span><span><div>TRACE&nbsp; (152) 0.000000: enter buf_get_rsa_priv_key</div><div>TRACE&nbsp; (152) 0.001172: enter buf_get_rsa_pub_key</div><div>TRACE&nbsp; (152) 0.002107: leave buf_get_rsa_pub_key: success</div><div>TRACE&nbsp; (152) 0.003313: leave buf_get_rsa_priv_key</div><div>TRACE&nbsp; (152) 0.003505: leave loadhostkey</div><div>TRACE&nbsp; (152) 0.012073: enter buf_get_dss_pub_key</div><div>TRACE&nbsp; (152) 0.012952: leave buf_get_dss_pub_key: success</div><div>TRACE&nbsp; (152) 0.013182: leave loadhostkey</div><div>TRACE&nbsp; (152) 0.022614: enter buf_get_ecdsa_priv_key</div><div>TRACE&nbsp; (152) 0.022860: enter buf_get_ecc_raw_pubkey</div><div>TRACE&nbsp; (152) 0.023920: leave buf_get_ecdsa_pub_key</div><div>TRACE&nbsp; (152) 0.024171: leave loadhostkey</div><div>TRACE&nbsp; (152) 0.024320: Disabling key type 3</div><div>TRACE&nbsp; (152) 0.024456: Disabling key type 4</div><div>TRACE&nbsp; (152) 0.034250: listensockets: 1 to try</div><div>TRACE&nbsp; (152) 0.034549: listening on ':22'</div><div>TRACE&nbsp; (152) 0.034735: enter dropbear_listen</div><div>TRACE&nbsp; (152) 0.034902: dropbear_listen: all interfaces</div><div>TRACE&nbsp; (152) 0.106907: socket() failed</div><div>TRACE&nbsp; (152) 0.107232: leave dropbear_listen: success, 1 socks bound</div><div>TRACE&nbsp; (152) 0.107564: Couldn't set IPV6_TCLASS (Protocol not available)</div><div>[152] Jan 01 01:06:43 Not backgrounding</div><div>[157] Jan 01 01:06:49 Child connection from 192.168.0.1:59381</div><div>TRACE&nbsp; (157) 6.144213: enter session_init</div><div>TRACE&nbsp; (157) 6.144613: setnonblocking: 4</div><div>TRACE&nbsp; (157) 6.144776: leave setnonblocking</div><div>TRACE&nbsp; (157) 6.144903: setnonblocking: 4</div><div>TRACE&nbsp; (157) 6.145031: leave setnonblocking</div><div>TRACE&nbsp; (157) 6.145149: update_channel_prio</div><div>TRACE&nbsp; (157) 6.145267: update_channel_prio: not any</div><div>TRACE&nbsp; (157) 6.145389: Dropbear priority transitioning 10 -&gt; 11</div><div>TRACE&nbsp; (157) 6.145753: Couldn't set IPV6_TCLASS (Protocol not available)</div><div>TRACE&nbsp; (157) 6.146138: setnonblocking: 3</div><div>TRACE&nbsp; (157) 6.146320: leave setnonblocking</div><div>TRACE&nbsp; (157) 6.146443: setnonblocking: 5</div><div>TRACE&nbsp; (157) 6.146576: leave setnonblocking</div><div>TRACE&nbsp; (157) 6.147021: leave session_init</div><div>TRACE&nbsp; (157) 6.147548: kexinitialise()</div><div>TRACE&nbsp; (157) 6.147801: algolist add 'curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256'</div><div>TRACE&nbsp; (157) 6.148013: algolist add 'ecdsa-sha2-nistp256,ssh-rsa,ssh-dss'</div><div>TRACE&nbsp; (157) 6.148209: algolist add 'aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,3des-ctr,3des-cbc'</div><div>TRACE&nbsp; (157) 6.148403: algolist add 'aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,3des-ctr,3des-cbc'</div><div>TRACE&nbsp; (157) 6.148551: algolist add 'hmac-sha1-96,hmac-sha1,hmac-sha2-256'</div><div>TRACE&nbsp; (157) 6.148691: algolist add 'hmac-sha1-96,hmac-sha1,hmac-sha2-256'</div><div>TRACE&nbsp; (157) 6.148830: algolist add 'none'</div><div>TRACE&nbsp; (157) 6.148965: algolist add 'none'</div><div>TRACE&nbsp; (157) 6.149190: DATAALLOWED=0</div><div>TRACE&nbsp; (157) 6.149351: -&gt; KEXINIT</div><div>TRACE&nbsp; (157) 6.149522: enter set_connect_fds</div><div>TRACE&nbsp; (157) 6.149850: maybe_empty_reply_queue - no data allowed</div><div>TRACE&nbsp; (157) 6.150025: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.150151: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.150744: empty queue dequeing</div><div>TRACE&nbsp; (157) 6.150954: enter set_connect_fds</div><div>TRACE&nbsp; (157) 6.215700: enter ident_readln</div><div>TRACE&nbsp; (157) 6.217209: leave ident_readln: return 43</div><div>TRACE&nbsp; (157) 6.217443: remoteident: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10</div><div>TRACE&nbsp; (157) 6.217616: maybe_empty_reply_queue - no data allowed</div><div>TRACE&nbsp; (157) 6.217748: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.217870: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.218013: enter set_connect_fds</div><div>TRACE&nbsp; (157) 6.228750: process_packet: packet type = 20,&nbsp; len 1960</div><div>TRACE&nbsp; (157) 6.228957: got expected packet 20 during kexinit</div><div>TRACE&nbsp; (157) 6.229102: &lt;- KEXINIT</div><div>TRACE&nbsp; (157) 6.229225: enter recv_msg_kexinit</div><div>TRACE&nbsp; (157) 6.229411: buf_match_algo: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-1</div><div>TRACE&nbsp; (157) 6.229688: kexguess2 1</div><div>TRACE&nbsp; (157) 6.229831: kex algo curve25519-sha256@libssh.org</div><div>TRACE&nbsp; (157) 6.229975: buf_match_algo: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521s</div><div>TRACE&nbsp; (157) 6.230222: hostkey algo ecdsa-sha2-nistp256</div><div>TRACE&nbsp; (157) 6.230484: buf_match_algo: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,e</div><div>TRACE&nbsp; (157) 6.230667: enc c2s is&nbsp; aes128-ctr</div><div>TRACE&nbsp; (157) 6.230805: buf_match_algo: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes25cbc,3des-cbc,blowfe</div><div>TRACE&nbsp; (157) 6.230974: enc s2c is&nbsp; aes128-ctr</div><div>TRACE&nbsp; (157) 6.231114: buf_match_algo: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,h2</div><div>TRACE&nbsp; (157) 6.564810: got expected packet 30 during kexinit</div><div>TRACE&nbsp; (157) 6.564951: enter recv_msg_kexdh_init</div><div>TRACE&nbsp; (157) 6.565082: enter send_msg_kexdh_reply</div><div>TRACE&nbsp; (157) 6.592669: buf_put_ecdsa_sign</div><div>TRACE&nbsp; (157) 6.627674: leave send_msg_kexdh_reply</div><div>TRACE&nbsp; (157) 6.627738: enter send_msg_newkeys</div><div>TRACE&nbsp; (157) 6.627784: enter gen_new_keys</div><div>TRACE&nbsp; (157) 6.627901: leave gen_new_keys</div><div>TRACE&nbsp; (157) 6.627944: switch_keys trans</div><div>TRACE&nbsp; (157) 6.627981: leave send_msg_newkeys</div><div>TRACE&nbsp; (157) 6.628014: leave recv_msg_kexdh_init</div><div>TRACE&nbsp; (157) 6.628048: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.628083: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.628176: empty queue dequeing</div><div>TRACE&nbsp; (157) 6.628222: enter set_connect_fds</div><div>&nbsp; (157) 6.745923: process_packet: packet type = 21,&nbsp; len 6</div><div>TRACE&nbsp; (157) 6.746215: got expected packet 21 during kexinit</div><div>TRACE&nbsp; (157) 6.746363: enter recv_msg_newkeys</div><div>TRACE&nbsp; (157) 6.746492: switch_keys recv</div><div>TRACE&nbsp; (157) 6.746709: switch_keys done</div><div>TRACE&nbsp; (157) 6.746872: kexinitialise()</div><div>TRACE&nbsp; (157) 6.747007: leave recv_msg_newkeys</div><div>TRACE&nbsp; (157) 6.747140: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.747270: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.747416: enter s</div><div>TRACE&nbsp; (157) 6.768252: process_packet: packet type = 5,&nbsp; len 22</div><div>TRACE&nbsp; (157) 6.768469: enter recv_msg_service_request</div><div>TRACE&nbsp; (157) 6.768620: accepting service ssh-userauth</div><div>TRACE&nbsp; (157) 6.768874: leave recv_msg_service_request: done ssh-userauth</div><div>TRACE&nbsp; (157) 6.769099: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.769238: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.769514: empty queue dequeing</div><div>TRACE&nbsp; (157) 6.769699: enter set_connect_fds</div><div>TRACE&nbsp; (157) 6.781262: process_packet: packet type = 50,&nbsp; len 40</div><div>TRACE&nbsp; (157) 6.781607: enter recv_msg_userauth_request</div><div>[157] Jan 01 01:06:50 LBR recv_msg_userauth_request root ssh-connection none</div><div>TRACE&nbsp; (157) 6.782116: enter checkusername</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 259</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 264</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 270</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 272</div><div>[157] Jan 01 01:06:50 LBR common-session.c 581&nbsp; username root&nbsp;</div><div>[157] Jan 01 01:06:50 LBR common-session.c 595 No such file or directory</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 285</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 293</div><div>TRACE&nbsp; (157) 6.794742: leave checkusername: user 'root' doesn't exist</div><div>[157] Jan 01 01:06:50 Login attempt for nonexistent user:root from 192.168.0.1:59381</div><div>[157] Jan 01 01:06:50 LBR valid_user = 0</div><div>TRACE&nbsp; (157) 6.795387: recv_msg_userauth_request: 'none' request</div><div>TRACE&nbsp; (157) 6.795535: enter send_msg_userauth_failure</div><div>TRACE&nbsp; (157) 6.795684: auth fail: methods 6, 'publickey,password'</div><div>[157] Jan 01 01:06:50 LBR send_msg_userauth_failure (null)</div><div>TRACE&nbsp; (157) 6.796226: leave send_msg_userauth_failure</div><div>TRACE&nbsp; (157) 6.796382: enter handle_connect_fds</div><div>TRACleave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.796827: empty queue dequeing</div><div>TRACE&nbsp; (157) 6.797019: enter set_connect_fds</div><div>TRACE&nbsp; (157) 6.799683: process_packet: packet type = 50,&nbsp; len 340</div><div>TRACE&nbsp; (157) 6.799902: enter recv_msg_userauth_request</div><div>[157] Jan 01 01:06:50 LBR recv_msg_userauth_request root ssh-connection publickey</div><div>TRACE&nbsp; (157) 6.800636: enter checkusername</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 259</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 264</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 270</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 278</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 285</div><div>TRACE&nbsp; (157) 6.801857: checkusername: returning cached failure</div><div>[157] Jan 01 01:06:50 LBR valid_user = 0</div><div>[157] Jan 01 01:06:50 LBR DROPBEAR_SVR_PASSWORD_AUTH</div><div>[157] Jan 01 01:06:50 LBR svr-auth.c 190</div><div>[157] Jan 01 01:06:50 LBR DROPBEAR_SVR_PUBKEY_AUTH send_msg_userauth_failure</div><div>TRACE&nbsp; (157) 6.802748: enter send_msg_userauth_failure</div><div>TRACE&nbsp; (157) 6.802899: auth fail: methods 6, 'publickey,password'</div><div>[157] Jan 01 01:06:50 LBR send_msg_userauth_failure (null)</div><div>TRACE&nbsp; (157) 6.803403: leave send_msg_userauth_failure</div><div>TRACE&nbsp; (157) 6.803636: enter handle_connect_fds</div><div>TRACE&nbsp; (157) 6.803772: leave handle_connect_fds - end iter</div><div>TRACE&nbsp; (157) 6.804073: empty queue dequeing</div><div>TRACE&nbsp; (157) 6.804250: enter set_connect_fds</div><div>[157] Jan 01 01:08:08 Exit before auth: Exited normally</div><div>TRACE&nbsp; (157) 85.377204: enter session_cleanup</div><div>TRACE&nbsp; (157) 85.377465: enter chancleanup</div><div>TRACE&nbsp; (157) 85.377622: leave chancleanup</div><div>TRACE&nbsp; (157) 85.378037: leave session_cleanup</div><div>^C[152] Jan 01 01:08:14 Early exit: Terminated by signal</div><div>TRACE&nbsp; (152) 91.338894: enter session_cleanup</div><div>TRACE&nbsp; (152) 91.339131: leave session_cleanup: !ses.init_done</div><div>~ #&nbsp;</div><div><br></div></span><br></span></div><div><span><br></span></div><div><span>Client log: (ssh)</span></div><div><span><span><div>debug1: Reading configuration data /etc/ssh/ssh_config</div><div>debug1: /etc/ssh/ssh_config line 19: Applying options for *</div><div>debug2: ssh_connect: needpriv 0</div><div>debug1: Connecting to 192.168.0.2 [192.168.0.2] port 22.</div><div>debug1: Connection established.</div><div>debug3: Incorrect RSA1 identifier</div><div>debug3: Could not load "/home/user/.ssh/id_rsa" as a RSA1 public key</div><div>debug1: identity file /home/user/.ssh/id_rsa type 1</div><div>debug1: identity file /home/user/.ssh/id_rsa-cert type -1</div><div>debug1: identity file /home/user/.ssh/id_dsa type -1</div><div>debug1: identity file /home/user/.ssh/id_dsa-cert type -1</div><div>debug1: identity file /home/user/.ssh/id_ecdsa type -1</div><div>debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1</div><div>debug1: identity file /home/user/.ssh/id_ed25519 type -1</div><div>debug1: identity file /home/user/.ssh/id_ed25519-cert type -1</div><div>debug1: Enabling compatibility mode for protocol 2.0</div><div>debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10</div><div>debug1: Remote protocol version 2.0, remote software version dropbear_2018.76</div><div>debug1: no match: dropbear_2018.76</div><div>debug2: fd 3 setting O_NONBLOCK</div><div>debug3: load_hostkeys: loading entries for host "192.168.0.2" from file "/home/user/.ssh/known_hosts"</div><div>debug3: load_hostkeys: found key type ECDSA in file /home/user/.ssh/known_hosts:1</div><div>debug3: load_hostkeys: loaded 1 keys</div><div>debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521</div><div>debug1: SSH2_MSG_KEXINIT sent</div><div>debug1: SSH2_MSG_KEXINIT received</div><div>debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1</div><div>debug2: kex_parse_kexinit: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-ed25519,ssh-rsa,ssh-dss</div><div>debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se</div><div>debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se</div><div>debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96</div><div>debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96</div><div>debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib</div><div>debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib</div><div>debug2: kex_parse_kexinit:&nbsp;</div><div>debug2: kex_parse_kexinit:&nbsp;</div><div>debug2: kex_parse_kexinit: first_kex_follows 0&nbsp;</div><div>debug2: kex_parse_kexinit: reserved 0&nbsp;</div><div>debug2: kex_parse_kexinit: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,kexguess2@matt.ucc.asn.au</div><div>debug2: kex_parse_kexinit: ecdsa-sha2-nistp256,ssh-rsa,ssh-dss</div><div>debug2: kex_parse_kexinit: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,3des-ctr,3des-cbc</div><div>debug2: kex_parse_kexinit: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,3des-ctr,3des-cbc</div><div>debug2: kex_parse_kexinit: hmac-sha1-96,hmac-sha1,hmac-sha2-256</div><div>debug2: kex_parse_kexinit: hmac-sha1-96,hmac-sha1,hmac-sha2-256</div><div>debug2: kex_parse_kexinit: none</div><div>debug2: kex_parse_kexinit: none</div><div>debug2: kex_parse_kexinit:&nbsp;</div><div>debug2: kex_parse_kexinit:&nbsp;</div><div>debug2: kex_parse_kexinit: first_kex_follows 0&nbsp;</div><div>debug2: kex_parse_kexinit: reserved 0&nbsp;</div><div>debug2: mac_setup: setup hmac-sha1</div><div>debug1: kex: server-&gt;client aes128-ctr hmac-sha1 none</div><div>debug2: mac_setup: setup hmac-sha1</div><div>debug1: kex: client-&gt;server aes128-ctr hmac-sha1 none</div><div>debug1: sending SSH2_MSG_KEX_ECDH_INIT</div><div>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY</div><div>debug1: Server host key: ECDSA 46:38:97:c9:70:12:5d:0b:66:ba:b1:a9:cf:32:b9:7a</div><div>debug3: load_hostkeys: loading entries for host "192.168.0.2" from file "/home/user/.ssh/known_hosts"</div><div>debug3: load_hostkeys: found key type ECDSA in file /home/user/.ssh/known_hosts:1</div><div>debug3: load_hostkeys: loaded 1 keys</div><div>debug1: Host '192.168.0.2' is known and matches the ECDSA host key.</div><div>debug1: Found key in /home/user/.ssh/known_hosts:1</div><div>debug1: ssh_ecdsa_verify: signature correct</div><div>debug2: kex_derive_keys</div><div>debug2: set_newkeys: mode 1</div><div>debug1: SSH2_MSG_NEWKEYS sent</div><div>debug1: expecting SSH2_MSG_NEWKEYS</div><div>debug2: set_newkeys: mode 0</div><div>debug1: SSH2_MSG_NEWKEYS received</div><div>debug1: SSH2_MSG_SERVICE_REQUEST sent</div><div>debug2: service_accept: ssh-userauth</div><div>debug1: SSH2_MSG_SERVICE_ACCEPT received</div><div>debug2: key: /home/user/.ssh/id_rsa (0x80dffdf0),</div><div>debug2: key: /home/user/.ssh/id_dsa ((nil)),</div><div>debug2: key: /home/user/.ssh/id_ecdsa ((nil)),</div><div>debug2: key: /home/user/.ssh/id_ed25519 ((nil)),</div><div>debug1: Authentications that can continue: publickey,password</div><div>debug3: start over, passed a different list publickey,password</div><div>debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password</div><div>debug3: authmethod_lookup publickey</div><div>debug3: remaining preferred: keyboard-interactive,password</div><div>debug3: authmethod_is_enabled publickey</div><div>debug1: Next authentication method: publickey</div><div>debug1: Offering RSA public key: /home/user/.ssh/id_rsa</div><div>debug3: send_pubkey_test</div><div>debug2: we sent a publickey packet, wait for reply</div><div>debug1: Authentications that can continue: publickey,password</div><div>debug1: Trying private key: /home/user/.ssh/id_dsa</div><div>debug3: no such identity: /home/user/.ssh/id_dsa: No such file or directory</div><div>debug1: Trying private key: /home/user/.ssh/id_ecdsa</div><div>debug3: no such identity: /home/user/.ssh/id_ecdsa: No such file or directory</div><div>debug1: Trying private key: /home/user/.ssh/id_ed25519</div><div>debug3: no such identity: /home/user/.ssh/id_ed25519: No such file or directory</div><div>debug2: we did not send a packet, disable method</div><div>debug3: authmethod_lookup password</div><div>debug3: remaining preferred: ,password</div><div>debug3: authmethod_is_enabled password</div><div>debug1: Next authentication method: password</div><div>root@192.168.0.2's password:&nbsp;</div><div><br></div></span><br></span></div><div class="ydpcce64fd3yahoo-style-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px;"></div></body></html>