<div dir="ltr">FYI - Found the problem.<br><br>The /etc/shadow file was setting the the git account to &#39;no login&#39;.  I think this was done by a Puppet process, but I don&#39;t administer that.<br><div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Thanks for your help guys.<br><br>- Jim<br><br>Jim Irrer     <a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>       (734) 647-4409<br>University of Michigan Hospital Radiation Oncology<br>519 W. William St.             Ann Arbor, MI 48103-4943</div></div></div>
<br><div class="gmail_quote">On Sun, Dec 18, 2016 at 1:06 PM, lanewhoy <span dir="ltr">&lt;<a href="mailto:lanewhoy@gmail.com" target="_blank">lanewhoy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Jim,</div><div><br></div><div> Have you verified that public key under /home/$USER/.ssh did not get changed to MS Windows file format?  According to the debug output you posted, it looks like your server cannot parse the key file because it cannot find the begin marker, and you email stated that the client is cygwin on Windows.</div><div><br></div><div>Your new server may be stricter about the key format than the old one was due to bug fixes in the open ssl libraries.</div><div><br></div><div>Lane Hoy</div><div><br></div><div><br></div><div><br></div><div id="m_1536096780423416897composer_signature"><div style="font-size:85%;color:#575757" dir="auto">Sent via the Samsung Galaxy S7, an AT&amp;T 4G LTE smartphone</div></div><div><div class="h5"><div><br></div><div style="font-size:100%;color:#000000"><div>-------- Original message --------</div><div>From: &quot;Carl T. Miller&quot; &lt;<a href="mailto:carl@carltm.com" target="_blank">carl@carltm.com</a>&gt; </div><div>Date: 12/16/16  2:46 PM  (GMT-05:00) </div><div>To: &quot;Washtenaw Linux Users Group (WLUG)&quot; &lt;<a href="mailto:washlug@washlug.org" target="_blank">washlug@washlug.org</a>&gt; </div><div>Subject: Re: [WLUG] remote ssh access problem with gitolite </div><div><br></div></div>You could get that error for several reasons.  The<br>first thing I&#39;d check is the permissions on ~/.ssh<br>(600) and the key file (600).  Do this for client<br>and server.<br><br>If that doesn&#39;t fix it, look at this page.<br><br>&lt;<a href="http://stackoverflow.com/questions/23392763/aws-ssh-connection-error-permission-denied-publickey" target="_blank">http://stackoverflow.com/<wbr>questions/23392763/aws-ssh-<wbr>connection-error-permission-<wbr>denied-publickey</a>&gt;<br><br>Good luck!<br><br>c<br><br><br>Jim Irrer wrote:<br>&gt; Hi -<br>&gt;<br>&gt; I&#39;m trying to move our gitolite installation, and am having a problem<br>&gt; getting the remote access via ssh to work.<br>&gt;<br>&gt; This was actually working at one point, so there are a lot of things (ssh<br>&gt; keys) that I believe are set up correctly, but as the ssh log<br>&gt; below shows, the git server closes the connection, when it should be<br>&gt; listing the git repositories.<br>&gt;<br>&gt; I can&#39;t be sure, but it looks like the key exchange is working, and that<br>&gt; gitolite is shutting down the connection, but its not<br>&gt; obvious why.<br>&gt;<br>&gt; Full disclosure:  The client is Windows running cygwin.  It works on our<br>&gt; old gitolite installation.<br>&gt;<br>&gt; Thanks for any insights - Jim<br>&gt;<br>&gt; Jim Irrer     <a href="mailto:irrer@umich.edu" target="_blank">irrer@umich.edu</a>       <a href="tel:(734)%20647-4409" value="+17346474409" target="_blank">(734) 647-4409</a><br>&gt; University of Michigan Hospital Radiation Oncology<br>&gt; 519 W. William St.             Ann Arbor, MI 48103<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; *:ssh -vvv git@git2OpenSSH_6.5, OpenSSL 1.0.1f 6 Jan 2014*<br>&gt; *debug2: ssh_connect: needpriv 0*<br>&gt; *debug1: Connecting to git2 [[**redacted server IP address]] port 22.*<br>&gt; *debug1: Connection established.*<br>&gt; *debug3: Incorrect RSA1 identifier*<br>&gt; *debug3: Could not load &quot;/home/irrer/.ssh/id_rsa&quot; as a RSA1 public key*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_rsa type 1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_rsa-cert type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_dsa type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_dsa-cert type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_ecdsa type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_ecdsa-cert type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_ed25519 type -1*<br>&gt; *debug1: identity file /home/irrer/.ssh/id_ed25519-<wbr>cert type -1*<br>&gt; *debug1: Enabling compatibility mode for protocol 2.0*<br>&gt; *debug1: Local version string SSH-2.0-OpenSSH_6.5*<br>&gt; *debug1: Remote protocol version 2.0, remote software version<br>&gt; OpenSSH_6.6.1*<br>&gt; *debug1: match: OpenSSH_6.6.1 pat OpenSSH* compat 0x04000000*<br>&gt; *debug2: fd 3 setting O_NONBLOCK*<br>&gt; *debug3: load_hostkeys: loading entries for host &quot;git2&quot; from file<br>&gt; &quot;/home/irrer/.ssh/known_hosts&quot;<wbr>*<br>&gt; *debug3: load_hostkeys: found key type ECDSA in file<br>&gt; /home/irrer/.ssh/known_hosts:<wbr>92*<br>&gt; *debug3: load_hostkeys: loaded 1 keys*<br>&gt; *debug3: order_hostkeyalgs: prefer hostkeyalgs:<br>&gt; <a href="mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp256-cert-v01@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp256-cert-v01@<wbr>openssh.com</a>&gt;,<a href="mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com" target="_blank">ecdsa-sha2-<wbr>nistp384-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp384-cert-v01@<wbr>openssh.com</a>&gt;,<a href="mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com" target="_blank">ecdsa-sha2-<wbr>nistp521-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp521-cert-v01@<wbr>openssh.com</a>&gt;,ecdsa-sha2-<wbr>nistp256,ecdsa-sha2-nistp384,<wbr>ecdsa-sha2-nistp521*<br>&gt; *debug1: SSH2_MSG_KEXINIT sent*<br>&gt; *debug1: SSH2_MSG_KEXINIT received*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:curve25519-sha256@libssh.org" target="_blank">curve25519-sha256@libssh.org</a><br>&gt; &lt;<a href="mailto:curve25519-sha256@libssh.org" target="_blank">curve25519-sha256@libssh.org</a>&gt;<wbr>,ecdh-sha2-nistp256,ecdh-sha2-<wbr>nistp384,ecdh-sha2-nistp521,<wbr>diffie-hellman-group-exchange-<wbr>sha256,diffie-hellman-group-<wbr>exchange-sha1,diffie-hellman-<wbr>group14-sha1,diffie-hellman-<wbr>group1-sha1*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp256-cert-v01@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp256-cert-v01@<wbr>openssh.com</a>&gt;,<a href="mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com" target="_blank">ecdsa-sha2-<wbr>nistp384-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp384-cert-v01@<wbr>openssh.com</a>&gt;,<a href="mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com" target="_blank">ecdsa-sha2-<wbr>nistp521-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com" target="_blank">ecdsa-sha2-nistp521-cert-v01@<wbr>openssh.com</a>&gt;,ecdsa-sha2-<wbr>nistp256,ecdsa-sha2-nistp384,<wbr>ecdsa-sha2-nistp521,<a href="mailto:ssh-ed25519-cert-v01@openssh.com" target="_blank">ssh-<wbr>ed25519-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ssh-ed25519-cert-v01@openssh.com" target="_blank">ssh-ed25519-cert-v01@openssh.<wbr>com</a>&gt;,<a href="mailto:ssh-rsa-cert-v01@openssh.com" target="_blank">ssh-rsa-cert-v01@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:ssh-rsa-cert-v01@openssh.com" target="_blank">ssh-rsa-cert-v01@openssh.com</a>&gt;<wbr>,<a href="mailto:ssh-dss-cert-v01@openssh.com" target="_blank">ssh-dss-cert-v01@openssh.com</a><br>&gt; &lt;<a href="mailto:ssh-dss-cert-v01@openssh.com" target="_blank">ssh-dss-cert-v01@openssh.com</a>&gt;<wbr>,<a href="mailto:ssh-rsa-cert-v00@openssh.com" target="_blank">ssh-rsa-cert-v00@openssh.com</a><br>&gt; &lt;<a href="mailto:ssh-rsa-cert-v00@openssh.com" target="_blank">ssh-rsa-cert-v00@openssh.com</a>&gt;<wbr>,<a href="mailto:ssh-dss-cert-v00@openssh.com" target="_blank">ssh-dss-cert-v00@openssh.com</a><br>&gt; &lt;<a href="mailto:ssh-dss-cert-v00@openssh.com" target="_blank">ssh-dss-cert-v00@openssh.com</a>&gt;<wbr>,ssh-ed25519,ssh-rsa,ssh-dss*<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; aes128-ctr,aes192-ctr,aes256-<wbr>ctr,arcfour256,arcfour128,<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes1<wbr>28-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes128-gcm@openssh.com</a>&gt;,<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes25<wbr>6-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes256-gcm@openssh.com</a>&gt;,<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chach<wbr>a20-poly1305@openssh.com</a><br>&gt; &lt;<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chacha20-poly1305@openssh.com</a><wbr>&gt;,aes128-cbc,3des-cbc,<wbr>blowfish-cbc,cast128-cbc,<wbr>aes192-cbc,aes256-cbc,arcfour,<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank"><wbr>rijndael-cbc@lysator.liu.se</a><br>&gt; &lt;<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank">rijndael-cbc@lysator.liu.se</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; aes128-ctr,aes192-ctr,aes256-<wbr>ctr,arcfour256,arcfour128,<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes1<wbr>28-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes128-gcm@openssh.com</a>&gt;,<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes25<wbr>6-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes256-gcm@openssh.com</a>&gt;,<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chach<wbr>a20-poly1305@openssh.com</a><br>&gt; &lt;<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chacha20-poly1305@openssh.com</a><wbr>&gt;,aes128-cbc,3des-cbc,<wbr>blowfish-cbc,cast128-cbc,<wbr>aes192-cbc,aes256-cbc,arcfour,<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank"><wbr>rijndael-cbc@lysator.liu.se</a><br>&gt; &lt;<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank">rijndael-cbc@lysator.liu.se</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hma<wbr>c-sha1-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hmac-sha1-etm@openssh.com</a>&gt;,<a href="mailto:umac-64-etm@openssh.com" target="_blank">um<wbr>ac-64-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64-etm@openssh.com" target="_blank">umac-64-etm@openssh.com</a>&gt;,<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac<wbr>-128-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac-128-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hma<wbr>c-sha2-256-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hmac-sha2-256-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a>&gt;,<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.com</a>&gt;<wbr>,<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a>&gt;,<wbr>hmac-md5,hmac-sha1,<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@openssh.com</a>&gt;,<a href="mailto:umac-128@openssh.com" target="_blank">umac-<wbr>128@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128@openssh.com" target="_blank">umac-128@openssh.com</a>&gt;,hmac-<wbr>sha2-256,hmac-sha2-512,hmac-<wbr>ripemd160,<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@openssh.com</a>&gt;,<wbr>hmac-sha1-96,hmac-md5-96*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hma<wbr>c-sha1-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hmac-sha1-etm@openssh.com</a>&gt;,<a href="mailto:umac-64-etm@openssh.com" target="_blank">um<wbr>ac-64-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64-etm@openssh.com" target="_blank">umac-64-etm@openssh.com</a>&gt;,<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac<wbr>-128-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac-128-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hma<wbr>c-sha2-256-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hmac-sha2-256-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a>&gt;,<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.com</a>&gt;<wbr>,<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a>&gt;,<wbr>hmac-md5,hmac-sha1,<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@openssh.com</a>&gt;,<a href="mailto:umac-128@openssh.com" target="_blank">umac-<wbr>128@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128@openssh.com" target="_blank">umac-128@openssh.com</a>&gt;,hmac-<wbr>sha2-256,hmac-sha2-512,hmac-<wbr>ripemd160,<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@openssh.com</a>&gt;,<wbr>hmac-sha1-96,hmac-md5-96*<br>&gt; *debug2: kex_parse_kexinit: none,<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a> &lt;<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a>&gt;,zlib*<br>&gt; *debug2: kex_parse_kexinit: none,<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a> &lt;<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a>&gt;,zlib*<br>&gt; *debug2: kex_parse_kexinit: *<br>&gt; *debug2: kex_parse_kexinit: *<br>&gt; *debug2: kex_parse_kexinit: first_kex_follows 0 *<br>&gt; *debug2: kex_parse_kexinit: reserved 0 *<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; ecdh-sha2-nistp256,ecdh-sha2-<wbr>nistp384,ecdh-sha2-nistp521,<wbr>diffie-hellman-group-exchange-<wbr>sha256,diffie-hellman-group-<wbr>exchange-sha1,diffie-hellman-<wbr>group14-sha1,diffie-hellman-<wbr>group1-sha1*<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; ssh-rsa,ssh-dss,ecdsa-sha2-<wbr>nistp256,ssh-ed25519*<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; aes128-ctr,aes192-ctr,aes256-<wbr>ctr,arcfour256,arcfour128,<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes1<wbr>28-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes128-gcm@openssh.com</a>&gt;,<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes25<wbr>6-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes256-gcm@openssh.com</a>&gt;,<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chach<wbr>a20-poly1305@openssh.com</a><br>&gt; &lt;<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chacha20-poly1305@openssh.com</a><wbr>&gt;,aes128-cbc,3des-cbc,<wbr>blowfish-cbc,cast128-cbc,<wbr>aes192-cbc,aes256-cbc,arcfour,<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank"><wbr>rijndael-cbc@lysator.liu.se</a><br>&gt; &lt;<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank">rijndael-cbc@lysator.liu.se</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit:<br>&gt; aes128-ctr,aes192-ctr,aes256-<wbr>ctr,arcfour256,arcfour128,<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes1<wbr>28-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes128-gcm@openssh.com" target="_blank">aes128-gcm@openssh.com</a>&gt;,<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes25<wbr>6-gcm@openssh.com</a><br>&gt; &lt;<a href="mailto:aes256-gcm@openssh.com" target="_blank">aes256-gcm@openssh.com</a>&gt;,<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chach<wbr>a20-poly1305@openssh.com</a><br>&gt; &lt;<a href="mailto:chacha20-poly1305@openssh.com" target="_blank">chacha20-poly1305@openssh.com</a><wbr>&gt;,aes128-cbc,3des-cbc,<wbr>blowfish-cbc,cast128-cbc,<wbr>aes192-cbc,aes256-cbc,arcfour,<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank"><wbr>rijndael-cbc@lysator.liu.se</a><br>&gt; &lt;<a href="mailto:rijndael-cbc@lysator.liu.se" target="_blank">rijndael-cbc@lysator.liu.se</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hma<wbr>c-sha1-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hmac-sha1-etm@openssh.com</a>&gt;,<a href="mailto:umac-64-etm@openssh.com" target="_blank">um<wbr>ac-64-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64-etm@openssh.com" target="_blank">umac-64-etm@openssh.com</a>&gt;,<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac<wbr>-128-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac-128-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hma<wbr>c-sha2-256-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hmac-sha2-256-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a>&gt;,<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.com</a>&gt;<wbr>,<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a>&gt;,<wbr>hmac-md5,hmac-sha1,<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@openssh.com</a>&gt;,<a href="mailto:umac-128@openssh.com" target="_blank">umac-<wbr>128@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128@openssh.com" target="_blank">umac-128@openssh.com</a>&gt;,hmac-<wbr>sha2-256,hmac-sha2-512,hmac-<wbr>ripemd160,<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@openssh.com</a>&gt;,<wbr>hmac-sha1-96,hmac-md5-96*<br>&gt; *debug2: kex_parse_kexinit: <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hma<wbr>c-sha1-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-etm@openssh.com" target="_blank">hmac-sha1-etm@openssh.com</a>&gt;,<a href="mailto:umac-64-etm@openssh.com" target="_blank">um<wbr>ac-64-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64-etm@openssh.com" target="_blank">umac-64-etm@openssh.com</a>&gt;,<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac<wbr>-128-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128-etm@openssh.com" target="_blank">umac-128-etm@openssh.com</a>&gt;,<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hma<wbr>c-sha2-256-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-256-etm@openssh.com" target="_blank">hmac-sha2-256-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha2-512-etm@openssh.com" target="_blank">hmac-sha2-512-etm@openssh.com</a><wbr>&gt;,<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160-etm@openssh.com" target="_blank">hmac-ripemd160-etm@openssh.<wbr>com</a>&gt;,<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.<wbr>com</a><br>&gt; &lt;<a href="mailto:hmac-sha1-96-etm@openssh.com" target="_blank">hmac-sha1-96-etm@openssh.com</a>&gt;<wbr>,<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-96-etm@openssh.com" target="_blank">hmac-md5-96-etm@openssh.com</a>&gt;,<wbr>hmac-md5,hmac-sha1,<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:umac-64@openssh.com" target="_blank">umac-64@openssh.com</a>&gt;,<a href="mailto:umac-128@openssh.com" target="_blank">umac-<wbr>128@openssh.com</a><br>&gt; &lt;<a href="mailto:umac-128@openssh.com" target="_blank">umac-128@openssh.com</a>&gt;,hmac-<wbr>sha2-256,hmac-sha2-512,hmac-<wbr>ripemd160,<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@<wbr>openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-ripemd160@openssh.com" target="_blank">hmac-ripemd160@openssh.com</a>&gt;,<wbr>hmac-sha1-96,hmac-md5-96*<br>&gt; *debug2: kex_parse_kexinit: none,<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a> &lt;<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit: none,<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a> &lt;<a href="mailto:zlib@openssh.com" target="_blank">zlib@openssh.com</a>&gt;*<br>&gt; *debug2: kex_parse_kexinit: *<br>&gt; *debug2: kex_parse_kexinit: *<br>&gt; *debug2: kex_parse_kexinit: first_kex_follows 0 *<br>&gt; *debug2: kex_parse_kexinit: reserved 0 *<br>&gt; *debug2: mac_setup: found <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;*<br>&gt; *debug1: kex: server-&gt;client aes128-ctr <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt; none*<br>&gt; *debug2: mac_setup: found <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt;*<br>&gt; *debug1: kex: client-&gt;server aes128-ctr <a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a><br>&gt; &lt;<a href="mailto:hmac-md5-etm@openssh.com" target="_blank">hmac-md5-etm@openssh.com</a>&gt; none*<br>&gt; *debug1: sending SSH2_MSG_KEX_ECDH_INIT*<br>&gt; *debug1: expecting SSH2_MSG_KEX_ECDH_REPLY*<br>&gt; *debug1: Server host key: ECDSA<br>&gt; e4:23:6e:5e:df:55:60:13:67:fc:<wbr>76:bf:89:a0:e8:be*<br>&gt; *debug3: load_hostkeys: loading entries for host &quot;git2&quot; from file<br>&gt; &quot;/home/irrer/.ssh/known_hosts&quot;<wbr>*<br>&gt; *debug3: load_hostkeys: found key type ECDSA in file<br>&gt; /home/irrer/.ssh/known_hosts:<wbr>92*<br>&gt; *debug3: load_hostkeys: loaded 1 keys*<br>&gt; *debug3: load_hostkeys: loading entries for host &quot;**[redacted server IP<br>&gt; address]&quot; from file &quot;/home/irrer/.ssh/known_hosts&quot;<wbr>*<br>&gt; *debug3: load_hostkeys: found key type ECDSA in file<br>&gt; /home/irrer/.ssh/known_hosts:<wbr>92*<br>&gt; *debug3: load_hostkeys: loaded 1 keys*<br>&gt; *debug1: Host &#39;git2&#39; is known and matches the ECDSA host key.*<br>&gt; *debug1: Found key in /home/irrer/.ssh/known_hosts:<wbr>92*<br>&gt; *debug1: ssh_ecdsa_verify: signature correct*<br>&gt; *debug2: kex_derive_keys*<br>&gt; *debug2: set_newkeys: mode 1*<br>&gt; *debug1: SSH2_MSG_NEWKEYS sent*<br>&gt; *debug1: expecting SSH2_MSG_NEWKEYS*<br>&gt; *debug2: set_newkeys: mode 0*<br>&gt; *debug1: SSH2_MSG_NEWKEYS received*<br>&gt; *debug1: Roaming not allowed by server*<br>&gt; *debug1: SSH2_MSG_SERVICE_REQUEST sent*<br>&gt; *debug2: service_accept: ssh-userauth*<br>&gt; *debug1: SSH2_MSG_SERVICE_ACCEPT received*<br>&gt; *debug2: key: /home/irrer/.ssh/id_rsa (0x80061df0),*<br>&gt; *debug2: key: /home/irrer/.ssh/id_dsa (0x0),*<br>&gt; *debug2: key: /home/irrer/.ssh/id_ecdsa (0x0),*<br>&gt; *debug2: key: /home/irrer/.ssh/id_ed25519 (0x0),*<br>&gt; *debug1: Authentications that can continue:<br>&gt; publickey,password,keyboard-<wbr>interactive,hostbased*<br>&gt; *debug3: start over, passed a different list<br>&gt; publickey,password,keyboard-<wbr>interactive,hostbased*<br>&gt; *debug3: preferred publickey,keyboard-<wbr>interactive,password*<br>&gt; *debug3: authmethod_lookup publickey*<br>&gt; *debug3: remaining preferred: keyboard-interactive,password*<br>&gt; *debug3: authmethod_is_enabled publickey*<br>&gt; *debug1: Next authentication method: publickey*<br>&gt; *debug1: Offering RSA public key: /home/irrer/.ssh/id_rsa*<br>&gt; *debug3: send_pubkey_test*<br>&gt; *debug2: we sent a publickey packet, wait for reply*<br>&gt; *debug1: Server accepts key: pkalg ssh-rsa blen 279*<br>&gt; *debug2: input_userauth_pk_ok: fp<br>&gt; 4c:08:22:1b:d2:36:de:f2:79:20:<wbr>03:37:0a:de:0d:6c*<br>&gt; *debug3: sign_and_send_pubkey: RSA<br>&gt; 4c:08:22:1b:d2:36:de:f2:79:20:<wbr>03:37:0a:de:0d:6c*<br>&gt; *debug1: key_parse_private2: missing begin marker*<br>&gt; *debug1: read PEM private key done: type RSA*<br>&gt; *Connection closed by [redacted server IP address]*<br>&gt; ______________________________<wbr>________________________<br>&gt; washlug mailing list    washlug web site<br>&gt; <a href="mailto:washlug@washlug.org" target="_blank">washlug@washlug.org</a>     <a href="http://www.washlug.org" target="_blank">www.washlug.org</a><br>&gt; <a href="http://linux.marcdatabase.com/mailman/listinfo/washlug" target="_blank">http://linux.marcdatabase.com/<wbr>mailman/listinfo/washlug</a><br>&gt;<br><br><br>______________________________<wbr>________________________<br>washlug mailing list    washlug web site<br><a href="mailto:washlug@washlug.org" target="_blank">washlug@washlug.org</a>     <a href="http://www.washlug.org" target="_blank">www.washlug.org</a><br><a href="http://linux.marcdatabase.com/mailman/listinfo/washlug" target="_blank">http://linux.marcdatabase.com/<wbr>mailman/listinfo/washlug</a><br></div></div></div><br>______________________________<wbr>________________________<br>
washlug mailing list    washlug web site<br>
<a href="mailto:washlug@washlug.org">washlug@washlug.org</a>     <a href="http://www.washlug.org" rel="noreferrer" target="_blank">www.washlug.org</a><br>
<a href="http://linux.marcdatabase.com/mailman/listinfo/washlug" rel="noreferrer" target="_blank">http://linux.marcdatabase.com/<wbr>mailman/listinfo/washlug</a><br>
<br></blockquote></div><br></div></div></div>