<div dir="ltr">2014-06-13 1:12 GMT+03:00 Fred Smith <span dir="ltr">&lt;<a href="mailto:fredex@fcshome.stoneham.ma.us" target="_blank">fredex@fcshome.stoneham.ma.us</a>&gt;</span>:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all!<br>
<br>
I feel dumb having to ask this, I feel I should know the answer, but<br>
can&#39;t dredge it up.<br>
<br>
I&#39;ve recently installed F20 on my old eeepc, where it seems to run fine,<br>
btw, but I can&#39;t for the life of me figure out how to connect to it from<br>
another system with ssh.<br>
<br>
I&#39;ve made sure that sshd is installed, and &quot;systemctl list-unit-files&quot;<br>
shows it as enabled. As far as I can figure out how to use the relatively<br>
new firewall app (and I have to admit some hesitance there since I&#39;m<br>
not sure I really DO understand it...) the necessary ports are open.<br>
<br>
however when I attempt to connect to it with ssh from another box I get<br>
I get an instantaneous &quot;ssh: connect to host 192.168.2.117 port 22:<br>
connection refused&quot;.  And when I attempt to connect back to itself:<br>
&quot;ssh -X fredex@localhost&quot; I get the same thing.<br>
<br>
If someone can give me a whack on the head (designed to joggle my brains<br>
a bitg--in a good way) I&#39;d appreciate the guidance.<br>
<br>
thanks!<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br><br>&quot;connection refused&quot; by receiving RST packet means port is closed, and no process listens on port as Ed said<br><br>look through<br>
a) if it runs on correct port (22) and interfaces<br><br>egrep &quot;^Port|ListenAddress&quot; /etc/ssh/sshd_config &amp;&amp; netstat -ntlp | grep sshd<br><br>b) check again for running firewall rules to filter inbound traffic with tcp-reset option (I doubt, because &quot;ssh -X fredex@localhost&quot; fails too)<br>
<br>c) test manually<br><br>nc -4vi1 localhost 22<br><br>from remote pc<br>nc -4vi1 192.168.2.117 22 <br><br>try to restart service, then and check logs<br><br>journalctl -xb _COMM=sshd<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class=""><font color="#888888">
-------------------------------------------------------------------------------<br>
 .----    Fred Smith   /<br>
( /__  ,__.   __   __ /  __   : /<br>
 /    /  /   /__) /  /  /__) .+&#39;           Home: <a href="mailto:fredex@fcshome.stoneham.ma.us">fredex@fcshome.stoneham.ma.us</a><br>
/    /  (__ (___ (__(_ (___ / :__                                 781-438-5471<br>
-------------------------------- Jude 1:24,25 ---------------------------------<br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
</font></span></blockquote></div><br></div></div>