<div dir="ltr">On the remote box, I would su - new user, ssh-keygen -t dsa (or rsa), ssh copy-id me@myhomebox. I think you are using root&#39;s key instead of the new users&#39; key?</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 10, 2015 at 10:26 PM, Steve VanSlyck <span dir="ltr">&lt;<a href="mailto:s.vanslyck@postpro.net" target="_blank">s.vanslyck@postpro.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>




<div><div>My new user (me) can&#39;t log on via SSH. Can someone look this over and tell me what super basic thing I&#39;ve done wrong?</div>
<div> </div>
<div>What I did:<br></div>
<div> </div>
<div><u>As root</u>:<br></div>
<div> </div>
<div>Add user &quot;name&quot;<br></div>
<div>     /usr/sbin/adduser name<br></div>
<div>Create password</div>
<div>     passwd name<br></div>
<div>          [created the password]<br></div>
<div>Give root permissions</div>
<div>     sudo nano /etc/sudoers<br></div>
<div>          [added the line name ALL=(All) ALL<br></div>
<div>Re-enabled password authentication in sshd_config and restarted sshd</div>
<div> </div>
<div><u>As the new user &quot;name&quot;</u>:<br></div>
<div> </div>
<div>made directory<br></div>
<div>     mkdir ./ssh</div>
<div>created file and added public key to file authorized keys<br></div>
<div>     sudo nano ~/.ssh/authorized_keys<br></div>
<div>          [entered the public key (which I call a &quot;lock&quot;)]<br></div>
<div>updated permissions &quot;just in case&quot;</div>
<div>     chmod 700 ~/.ssh<br></div>
<div>     chmod 600 ~/.ssh/authorized_keys<br></div>
<div> </div>
<div>tried to login with the private key<br></div>
<div>     Result: server refused the key.<br></div>
<div> </div>
<div>Any idea what I&#39;m doing wrong?<br></div>
</div>

<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></blockquote></div><br></div>