<p><br>
On Jun 28, 2012 2:15 PM, "Ralf ranfyy" <<a href="mailto:ranfyy@gmail.com">ranfyy@gmail.com</a>> wrote:<br>
><br>
> On Thu, Jun 28, 2012 at 9:40 PM, MR ZenWiz <<a href="mailto:mrzenwiz@gmail.com">mrzenwiz@gmail.com</a>> wrote:<br>
> > Update:<br>
> ><br>
> > No, I can't telnet to it from itself.<br>
><br>
> There is no telnet server installed by default.<br>
><br>
> > I tried installing ufw and gufw, but even with the "default" configuration I<br>
> > got from the Debian to-do list for Precise, it doesn't work.<br>
> ><br>
> > In fact, that configuration also blocks my samba shares (!).<br>
> ><br>
> > So I have no firewall running.<br>
> ><br>
> > I'm still kind of a novice with network stuff, even after all my years with<br>
> > Unix & Linux.  (sigh)<br>
><br>
> First check that it is installed:<br>
>  $ dpkg -l openssh-server<br>
><br>
That looks good.</p>
<p>> Then if it is running:<br>
>  $ ps ax | grep ssh<br>
> and<br>
>  $ sudo service sshd status<br>
><br>
Ps shows several outgoing ssh's and one sshd -D.</p>
<p>Service status says "unrecognized service."</p>
<p>> Then if it is listening on the right port:<br>
>  $ sudo netstat -tlpen<br>
This only shows tcp and tcp6.<br>
</p>