<p dir="ltr">Can you please provide the sshd.conf being used?</p>
<p dir="ltr">Also could you set sshd.conf to verbose logging, generate a few login attempts, and paste /var/log/auth.log or equivalent of that log for your distro?</p>
<p dir="ltr">-Chris Punches</p>
<div class="gmail_quote">On May 10, 2015 10:46 PM,  &lt;<a href="mailto:colug-432-request@colug.net">colug-432-request@colug.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send colug-432 mailing list submissions to<br>
        <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:colug-432-request@colug.net">colug-432-request@colug.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:colug-432-owner@colug.net">colug-432-owner@colug.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of colug-432 digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Creating SSH for New User (Steve VanSlyck)<br>
   2. Re: Creating SSH for New User (Steve VanSlyck)<br>
   3. Re: Creating SSH for New User (Steve VanSlyck)<br>
   4. Re: Creating SSH for New User (Chris Embree)<br>
   5. Re: Creating SSH for New User (Steve VanSlyck)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 10 May 2015 22:39:56 -0400<br>
From: Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
Subject: Re: [colug-432] Creating SSH for New User<br>
To: Central OH Linux User Group - 432xx &lt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:ec912387-c488-424c-a627-6f5248729fce@email.android.com">ec912387-c488-424c-a627-6f5248729fce@email.android.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Why do you say I am using root&#39;s key?<br>
<br>
On May 10, 2015 10:34:39 PM EDT, Zach Villers &lt;<a href="mailto:zachvatwork@gmail.com">zachvatwork@gmail.com</a>&gt; wrote:<br>
&gt;On the remote box, I would su - new user, ssh-keygen -t dsa (or rsa),<br>
&gt;ssh<br>
&gt;copy-id me@myhomebox. I think you are using root&#39;s key instead of the<br>
&gt;new<br>
&gt;users&#39; key?<br>
&gt;<br>
&gt;On Sun, May 10, 2015 at 10:26 PM, Steve VanSlyck<br>
&gt;&lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
&gt;wrote:<br>
&gt;<br>
&gt;&gt;  My new user (me) can&#39;t log on via SSH. Can someone look this over<br>
&gt;and<br>
&gt;&gt; tell me what super basic thing I&#39;ve done wrong?<br>
&gt;&gt;<br>
&gt;&gt; What I did:<br>
&gt;&gt;<br>
&gt;&gt; *As root*:<br>
&gt;&gt;<br>
&gt;&gt; Add user &quot;name&quot;<br>
&gt;&gt;      /usr/sbin/adduser name<br>
&gt;&gt; Create password<br>
&gt;&gt;      passwd name<br>
&gt;&gt;           [created the password]<br>
&gt;&gt; Give root permissions<br>
&gt;&gt;      sudo nano /etc/sudoers<br>
&gt;&gt;           [added the line name ALL=(All) ALL<br>
&gt;&gt; Re-enabled password authentication in sshd_config and restarted sshd<br>
&gt;&gt;<br>
&gt;&gt; *As the new user &quot;name&quot;*:<br>
&gt;&gt;<br>
&gt;&gt; made directory<br>
&gt;&gt;      mkdir ./ssh<br>
&gt;&gt; created file and added public key to file authorized keys<br>
&gt;&gt;      sudo nano ~/.ssh/authorized_keys<br>
&gt;&gt;           [entered the public key (which I call a &quot;lock&quot;)]<br>
&gt;&gt; updated permissions &quot;just in case&quot;<br>
&gt;&gt;      chmod 700 ~/.ssh<br>
&gt;&gt;      chmod 600 ~/.ssh/authorized_keys<br>
&gt;&gt;<br>
&gt;&gt; tried to login with the private key<br>
&gt;&gt;      Result: server refused the key.<br>
&gt;&gt;<br>
&gt;&gt; Any idea what I&#39;m doing wrong?<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; colug-432 mailing list<br>
&gt;&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;------------------------------------------------------------------------<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;colug-432 mailing list<br>
&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.colug.net/pipermail/colug-432/attachments/20150510/0ce93a26/attachment-0001.html" target="_blank">http://lists.colug.net/pipermail/colug-432/attachments/20150510/0ce93a26/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 10 May 2015 22:40:24 -0400<br>
From: Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
Subject: Re: [colug-432] Creating SSH for New User<br>
To: Central OH Linux User Group - 432xx &lt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:23e55d04-6752-4472-bae4-50aa1cf395d0@email.android.com">23e55d04-6752-4472-bae4-50aa1cf395d0@email.android.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
I create the keys in putty.<br>
<br>
On May 10, 2015 10:34:39 PM EDT, Zach Villers &lt;<a href="mailto:zachvatwork@gmail.com">zachvatwork@gmail.com</a>&gt; wrote:<br>
&gt;On the remote box, I would su - new user, ssh-keygen -t dsa (or rsa),<br>
&gt;ssh<br>
&gt;copy-id me@myhomebox. I think you are using root&#39;s key instead of the<br>
&gt;new<br>
&gt;users&#39; key?<br>
&gt;<br>
&gt;On Sun, May 10, 2015 at 10:26 PM, Steve VanSlyck<br>
&gt;&lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
&gt;wrote:<br>
&gt;<br>
&gt;&gt;  My new user (me) can&#39;t log on via SSH. Can someone look this over<br>
&gt;and<br>
&gt;&gt; tell me what super basic thing I&#39;ve done wrong?<br>
&gt;&gt;<br>
&gt;&gt; What I did:<br>
&gt;&gt;<br>
&gt;&gt; *As root*:<br>
&gt;&gt;<br>
&gt;&gt; Add user &quot;name&quot;<br>
&gt;&gt;      /usr/sbin/adduser name<br>
&gt;&gt; Create password<br>
&gt;&gt;      passwd name<br>
&gt;&gt;           [created the password]<br>
&gt;&gt; Give root permissions<br>
&gt;&gt;      sudo nano /etc/sudoers<br>
&gt;&gt;           [added the line name ALL=(All) ALL<br>
&gt;&gt; Re-enabled password authentication in sshd_config and restarted sshd<br>
&gt;&gt;<br>
&gt;&gt; *As the new user &quot;name&quot;*:<br>
&gt;&gt;<br>
&gt;&gt; made directory<br>
&gt;&gt;      mkdir ./ssh<br>
&gt;&gt; created file and added public key to file authorized keys<br>
&gt;&gt;      sudo nano ~/.ssh/authorized_keys<br>
&gt;&gt;           [entered the public key (which I call a &quot;lock&quot;)]<br>
&gt;&gt; updated permissions &quot;just in case&quot;<br>
&gt;&gt;      chmod 700 ~/.ssh<br>
&gt;&gt;      chmod 600 ~/.ssh/authorized_keys<br>
&gt;&gt;<br>
&gt;&gt; tried to login with the private key<br>
&gt;&gt;      Result: server refused the key.<br>
&gt;&gt;<br>
&gt;&gt; Any idea what I&#39;m doing wrong?<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; colug-432 mailing list<br>
&gt;&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;------------------------------------------------------------------------<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;colug-432 mailing list<br>
&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.colug.net/pipermail/colug-432/attachments/20150510/9f0813b5/attachment-0001.html" target="_blank">http://lists.colug.net/pipermail/colug-432/attachments/20150510/9f0813b5/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 10 May 2015 22:41:19 -0400<br>
From: Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
Subject: Re: [colug-432] Creating SSH for New User<br>
To: Central OH Linux User Group - 432xx &lt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:a5545738-e26f-4966-a2e3-8887ff4acd41@email.android.com">a5545738-e26f-4966-a2e3-8887ff4acd41@email.android.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Actually I am following the same exact procedure for the new user as I used for root<br>
<br>
On May 10, 2015 10:35:11 PM EDT, Christopher Cavello &lt;<a href="mailto:cavello.1@osu.edu">cavello.1@osu.edu</a>&gt; wrote:<br>
&gt;Maybe you added one or more line breaks to the ssh key?<br>
&gt;<br>
&gt;Try a &quot;wc&quot; on the key on both client and server.<br>
&gt;<br>
&gt;Or check your sshd_config and make sure keys are allowed.<br>
&gt;&quot;ssh -vvv&quot; is good for debugging.<br>
&gt;On May 10, 2015 10:27 PM, &quot;Steve VanSlyck&quot; &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
&gt;wrote:<br>
&gt;<br>
&gt;&gt;  My new user (me) can&#39;t log on via SSH. Can someone look this over<br>
&gt;and<br>
&gt;&gt; tell me what super basic thing I&#39;ve done wrong?<br>
&gt;&gt;<br>
&gt;&gt; What I did:<br>
&gt;&gt;<br>
&gt;&gt; *As root*:<br>
&gt;&gt;<br>
&gt;&gt; Add user &quot;name&quot;<br>
&gt;&gt;      /usr/sbin/adduser name<br>
&gt;&gt; Create password<br>
&gt;&gt;      passwd name<br>
&gt;&gt;           [created the password]<br>
&gt;&gt; Give root permissions<br>
&gt;&gt;      sudo nano /etc/sudoers<br>
&gt;&gt;           [added the line name ALL=(All) ALL<br>
&gt;&gt; Re-enabled password authentication in sshd_config and restarted sshd<br>
&gt;&gt;<br>
&gt;&gt; *As the new user &quot;name&quot;*:<br>
&gt;&gt;<br>
&gt;&gt; made directory<br>
&gt;&gt;      mkdir ./ssh<br>
&gt;&gt; created file and added public key to file authorized keys<br>
&gt;&gt;      sudo nano ~/.ssh/authorized_keys<br>
&gt;&gt;           [entered the public key (which I call a &quot;lock&quot;)]<br>
&gt;&gt; updated permissions &quot;just in case&quot;<br>
&gt;&gt;      chmod 700 ~/.ssh<br>
&gt;&gt;      chmod 600 ~/.ssh/authorized_keys<br>
&gt;&gt;<br>
&gt;&gt; tried to login with the private key<br>
&gt;&gt;      Result: server refused the key.<br>
&gt;&gt;<br>
&gt;&gt; Any idea what I&#39;m doing wrong?<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; colug-432 mailing list<br>
&gt;&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;------------------------------------------------------------------------<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;colug-432 mailing list<br>
&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.colug.net/pipermail/colug-432/attachments/20150510/1478f585/attachment-0001.html" target="_blank">http://lists.colug.net/pipermail/colug-432/attachments/20150510/1478f585/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 10 May 2015 22:43:38 -0400<br>
From: Chris Embree &lt;<a href="mailto:cembree@ez-as.net">cembree@ez-as.net</a>&gt;<br>
Subject: Re: [colug-432] Creating SSH for New User<br>
To: Central OH Linux User Group - 432xx &lt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CAMDYSCkEwFBj0d4OFL2HdzmVwHOsA_e%2BrqAQn61Gj_QR6Fhajw@mail.gmail.com">CAMDYSCkEwFBj0d4OFL2HdzmVwHOsA_e+rqAQn61Gj_QR6Fhajw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
It&#39;s been a while, but I think PuTTY uses different keys than<br>
ssh-keygen style.  You probably have to run them thru PuTTY&#39;s keytool<br>
thing.<br>
<br>
<br>
On 5/10/15, Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; wrote:<br>
&gt; I create the keys in putty.<br>
&gt;<br>
&gt; On May 10, 2015 10:34:39 PM EDT, Zach Villers &lt;<a href="mailto:zachvatwork@gmail.com">zachvatwork@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;On the remote box, I would su - new user, ssh-keygen -t dsa (or rsa),<br>
&gt;&gt;ssh<br>
&gt;&gt;copy-id me@myhomebox. I think you are using root&#39;s key instead of the<br>
&gt;&gt;new<br>
&gt;&gt;users&#39; key?<br>
&gt;&gt;<br>
&gt;&gt;On Sun, May 10, 2015 at 10:26 PM, Steve VanSlyck<br>
&gt;&gt;&lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
&gt;&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;  My new user (me) can&#39;t log on via SSH. Can someone look this over<br>
&gt;&gt;and<br>
&gt;&gt;&gt; tell me what super basic thing I&#39;ve done wrong?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What I did:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; *As root*:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Add user &quot;name&quot;<br>
&gt;&gt;&gt;      /usr/sbin/adduser name<br>
&gt;&gt;&gt; Create password<br>
&gt;&gt;&gt;      passwd name<br>
&gt;&gt;&gt;           [created the password]<br>
&gt;&gt;&gt; Give root permissions<br>
&gt;&gt;&gt;      sudo nano /etc/sudoers<br>
&gt;&gt;&gt;           [added the line name ALL=(All) ALL<br>
&gt;&gt;&gt; Re-enabled password authentication in sshd_config and restarted sshd<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; *As the new user &quot;name&quot;*:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; made directory<br>
&gt;&gt;&gt;      mkdir ./ssh<br>
&gt;&gt;&gt; created file and added public key to file authorized keys<br>
&gt;&gt;&gt;      sudo nano ~/.ssh/authorized_keys<br>
&gt;&gt;&gt;           [entered the public key (which I call a &quot;lock&quot;)]<br>
&gt;&gt;&gt; updated permissions &quot;just in case&quot;<br>
&gt;&gt;&gt;      chmod 700 ~/.ssh<br>
&gt;&gt;&gt;      chmod 600 ~/.ssh/authorized_keys<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; tried to login with the private key<br>
&gt;&gt;&gt;      Result: server refused the key.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any idea what I&#39;m doing wrong?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; colug-432 mailing list<br>
&gt;&gt;&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt;&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt;_______________________________________________<br>
&gt;&gt;colug-432 mailing list<br>
&gt;&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sun, 10 May 2015 22:45:59 -0400<br>
From: Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
Subject: Re: [colug-432] Creating SSH for New User<br>
To: Central OH Linux User Group - 432xx &lt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:e718d0fe-a2d6-44c4-822d-b0226426905a@email.android.com">e718d0fe-a2d6-44c4-822d-b0226426905a@email.android.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Yes that is a good point, &amp; I am aware of the differences between the putty public key and the way it needs to be on the server.<br>
<br>
On May 10, 2015 10:43:38 PM EDT, Chris Embree &lt;<a href="mailto:cembree@ez-as.net">cembree@ez-as.net</a>&gt; wrote:<br>
&gt;It&#39;s been a while, but I think PuTTY uses different keys than<br>
&gt;ssh-keygen style.  You probably have to run them thru PuTTY&#39;s keytool<br>
&gt;thing.<br>
&gt;<br>
&gt;<br>
&gt;On 5/10/15, Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; wrote:<br>
&gt;&gt; I create the keys in putty.<br>
&gt;&gt;<br>
&gt;&gt; On May 10, 2015 10:34:39 PM EDT, Zach Villers &lt;<a href="mailto:zachvatwork@gmail.com">zachvatwork@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;On the remote box, I would su - new user, ssh-keygen -t dsa (or rsa),<br>
&gt;&gt;&gt;ssh<br>
&gt;&gt;&gt;copy-id me@myhomebox. I think you are using root&#39;s key instead of the<br>
&gt;&gt;&gt;new<br>
&gt;&gt;&gt;users&#39; key?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;On Sun, May 10, 2015 at 10:26 PM, Steve VanSlyck<br>
&gt;&gt;&gt;&lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt;<br>
&gt;&gt;&gt;wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;  My new user (me) can&#39;t log on via SSH. Can someone look this over<br>
&gt;&gt;&gt;and<br>
&gt;&gt;&gt;&gt; tell me what super basic thing I&#39;ve done wrong?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; What I did:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; *As root*:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Add user &quot;name&quot;<br>
&gt;&gt;&gt;&gt;      /usr/sbin/adduser name<br>
&gt;&gt;&gt;&gt; Create password<br>
&gt;&gt;&gt;&gt;      passwd name<br>
&gt;&gt;&gt;&gt;           [created the password]<br>
&gt;&gt;&gt;&gt; Give root permissions<br>
&gt;&gt;&gt;&gt;      sudo nano /etc/sudoers<br>
&gt;&gt;&gt;&gt;           [added the line name ALL=(All) ALL<br>
&gt;&gt;&gt;&gt; Re-enabled password authentication in sshd_config and restarted<br>
&gt;sshd<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; *As the new user &quot;name&quot;*:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; made directory<br>
&gt;&gt;&gt;&gt;      mkdir ./ssh<br>
&gt;&gt;&gt;&gt; created file and added public key to file authorized keys<br>
&gt;&gt;&gt;&gt;      sudo nano ~/.ssh/authorized_keys<br>
&gt;&gt;&gt;&gt;           [entered the public key (which I call a &quot;lock&quot;)]<br>
&gt;&gt;&gt;&gt; updated permissions &quot;just in case&quot;<br>
&gt;&gt;&gt;&gt;      chmod 700 ~/.ssh<br>
&gt;&gt;&gt;&gt;      chmod 600 ~/.ssh/authorized_keys<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; tried to login with the private key<br>
&gt;&gt;&gt;&gt;      Result: server refused the key.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Any idea what I&#39;m doing wrong?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; colug-432 mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;_______________________________________________<br>
&gt;&gt;&gt;colug-432 mailing list<br>
&gt;&gt;&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;&gt;&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
&gt;&gt;<br>
&gt;_______________________________________________<br>
&gt;colug-432 mailing list<br>
&gt;<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
&gt;<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.colug.net/pipermail/colug-432/attachments/20150510/7909424f/attachment.html" target="_blank">http://lists.colug.net/pipermail/colug-432/attachments/20150510/7909424f/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
<br>
<br>
End of colug-432 Digest, Vol 69, Issue 5<br>
****************************************<br>
</blockquote></div>