<div dir="ltr">Thanks Nathan. I tried all you suggested (one at a time) but none of the suggestions work. Any other tricks of the trade to try?<br></div><div class="gmail_extra"><br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Tue, Aug 12, 2014 at 5:49 PM, Nathan England <span dir="ltr"><<a href="mailto:nathan@nmecs.com" target="_blank">nathan@nmecs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Hi Michael,<br>
<br>
it sounds to me like somewhere your permissions got messed up or the ssh<br>
server keys are invalid.<br>
<br>
Check the following:<br>
<br>
1) Your bmike1 permissions should be 600 on the files inside .ssh and .ssh<br>
itself should be 700<br>
chmod 700 ~/.ssh<br>
chmod 600 ~/.ssh/*<br>
<br>
2) Maybe your hostname is in the /etc/hosts.deny file. Read that file on the<br>
machine you are ssh'ing to and make sure your other machines are not listed<br>
there.<br>
<br>
3) Try recreating your ssh keys on the machine you are ssh'ing to.<br>
rm /etc/ssh/*key*<br>
ssh-keygen -A<br>
<br>
Try it now...<br>
<br>
<br>
You ssh into the machine and certain metrics are read and then you are<br>
mounting the virtual kernel file systems and that is when things change and<br>
you cannot access the machine a second time. Not sure off the top of my head<br>
why that would be except maybe something in /tmp or /dev is being over-<br>
written. Anyway, hope something there helps.<br>
<div class=""><br>
<br>
<br>
On Tuesday, August 12, 2014 04:24:26 PM Michael Havens wrote:<br>
>  ssh_exchange_identification: read: Connection reset by peer<br>
</div>--<br>
Regards,<br>
Nathan England<br>
<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
NME Consulting Services <a href="http://www.nmecs.com" target="_blank">http://www.nmecs.com</a><br>
Nathan England ( <a href="mailto:nathan@nmecs.com">nathan@nmecs.com</a> )<br>
Systems Administration / Web Application Development<br>
Information Security Consulting<br>
<a href="tel:%28480%29%20559.9681" value="+14805599681">(480) 559.9681</a><br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div><br></div>