<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>I am assuming that each user has a different authorized keys file. Is that so? Here are the relevant lines from sshd_config:<br></div>
<div>&nbsp;</div>
<div>#RSAAuthentication yes<br></div>
<div># PubkeyAuthentication yes<br></div>
<div># AuthorizedKeysFile .ssh/authorized_keys<br></div>
<div># AuthorizedKeysCommand none<br></div>
<div># AuthorizedKeysCommandRunAs nobody<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Sun, May 10, 2015, at 22:35, Christopher Cavello wrote:<br></div>
<blockquote type="cite"><p dir="ltr">Maybe you added one or more line breaks to the ssh key?<br></p><p dir="ltr">Try a "wc" on the key on both client and server.<br></p><p dir="ltr">Or check your sshd_config and make sure keys are allowed.<br>
"ssh -vvv" is good for debugging.</p><div><div>On May 10, 2015 10:27 PM, "Steve VanSlyck" &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex;"><div><u></u><br></div>
<div><div>My new user (me) can't log on via SSH. Can someone look this over and tell me what super basic thing I've done wrong?<br></div>
<div>&nbsp;</div>
<div>What I did:<br></div>
<div>&nbsp;</div>
<div><u>As root</u>:<br></div>
<div>&nbsp;</div>
<div>Add user "name"<br></div>
<div>&nbsp; &nbsp; &nbsp;/usr/sbin/adduser name<br></div>
<div>Create password<br></div>
<div>&nbsp; &nbsp; &nbsp;passwd name<br></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [created the password]<br></div>
<div>Give root permissions<br></div>
<div>&nbsp; &nbsp; &nbsp;sudo nano /etc/sudoers<br></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [added the line name ALL=(All) ALL<br></div>
<div>Re-enabled password authentication in sshd_config and restarted sshd<br></div>
<div>&nbsp;</div>
<div><u>As the new user "name"</u>:<br></div>
<div>&nbsp;</div>
<div>made directory<br></div>
<div>&nbsp; &nbsp; &nbsp;mkdir ./ssh<br></div>
<div>created file and added public key to file authorized keys<br></div>
<div>&nbsp; &nbsp; &nbsp;sudo nano ~/.ssh/authorized_keys<br></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [entered the public key (which I call a "lock")]<br></div>
<div>updated permissions "just in case"<br></div>
<div>&nbsp; &nbsp; &nbsp;chmod 700 ~/.ssh<br></div>
<div>&nbsp; &nbsp; &nbsp;chmod 600 ~/.ssh/authorized_keys<br></div>
<div>&nbsp;</div>
<div>tried to login with the private key<br></div>
<div>&nbsp; &nbsp; &nbsp;Result: server refused the key.<br></div>
<div>&nbsp;</div>
<div>Any idea what I'm doing wrong?<br></div>
</div>
<div>&nbsp;</div>
<div>_______________________________________________<br></div>
<div>
colug-432 mailing list<br></div>
<div> <a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div> <a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
<div>&nbsp;</div>
</blockquote></div>
<div><u>_______________________________________________</u><br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
</blockquote><div>&nbsp;</div>
</body>
</html>