<html><head></head><body><p dir="ltr">Why do you say I am using root's key?</p>
<br><br><div class="gmail_quote">On May 10, 2015 10:34:39 PM EDT, Zach Villers &lt;zachvatwork@gmail.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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>
<p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k9mail"><hr /><br />colug-432 mailing list<br />colug-432@colug.net<br /><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br /></pre></blockquote></div></body></html>