<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>This is interesting. It's from <a href="http://www.linuxquestions.org/questions/linux-software-2/passwordless-ssh-setup-not-working-any-ideas-559628/">http://www.linuxquestions.org/questions/linux-software-2/passwordless-ssh-setup-not-working-any-ideas-559628/</a>&nbsp;:<br></div>
<div>&nbsp;</div>
<div>We have had two of us working on getting ssh keys working on a Fedora Core 13 server. We have done this kind of thing many times before and truly believe the ssh set up to be a real pain. For one reason or another you can waste days of time getting it to work.<br></div>
<div>&nbsp;</div>
<div>I have to post this one because the previous poster has almost hit the nail on the head - and we have spent all this time not seeing it here because we weren't searching for the right thing. So for all others out there I think it only right to add a few terms for searching here:<br></div>
<div>&nbsp;</div>
<div>putty keys do not connect<br></div>
<div>cannot ssh connect to linux server<br></div>
<div>Fedora Core 13 cannot ssh<br></div>
<div>linux ssh drops key<br></div>
<div>sshd bugs<br></div>
<div>&nbsp;</div>
<div>OK, the problem is inside the sshd_config file. There is a setting&nbsp;<br></div>
<div>&nbsp;</div>
<div>AuthorizedKeysFile .ssh/authorized_keys<br></div>
<div>&nbsp;</div>
<div>This is a real bad bug because you look at it and you think it is OK. The problem is that the only way you can find this problem is to see where it looks. You do this by putting sshd into debug logging (by changing another setting in sshd_config - LogLevel INFO to LogLevel DEBUG). When you do that, /var/log/secure shows that sshd is looking for //.ssh/authorized_keys.&nbsp;<br></div>
<div>&nbsp;</div>
<div>So, the previous poster is correct in saying that changing it to /root/.ssh/authorized_keys works. But, of course, you then have to use the same public key for every users (not good). So, the answer is to amend the sshd_config file to look in all users .ssh folders. I haven't done this yet, but it should be straight forward (~/ won't cut it. root sees this as its own home)<br></div>
<div>&nbsp;</div>
<div>So, I have just lost about 20 hours of my life just for that. Thanks guys.<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Sun, May 10, 2015, at 23:01, Christopher Cavello wrote:<br></div>
<blockquote type="cite"><p dir="ltr">Is SELinux set to enforcing?<br></p><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>