paul: i did mean openssh-server<br>andrew: 192.168.0.5 is the only interface, should i change it back? ps says that /usr/sbin/ssh is running. i can log into an ssh session from the console, but not from putty.<br><br><div class="gmail_quote">
On Thu, Jul 30, 2009 at 11:53 AM, Andrew Browning <span dir="ltr">&lt;<a href="mailto:drew826@gmail.com">drew826@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Jul 30, 2009 at 11:48 AM, E.H.&lt;<a href="mailto:leprkhn@gmail.com">leprkhn@gmail.com</a>&gt; wrote:<br>
&gt; i have a fresh ubuntu (9.04) server install here that won&#39;t accept ssh<br>
&gt; connections. i had it (openssh) installed when i installed the OS. not sure<br>
&gt; if it has to do with the way ubuntu auto-configures the sshd or if im just<br>
&gt; stupid today. i changed /etc/ssh/sshd.config so that it was bound to the<br>
&gt; servers static ip 192.168.0.5 (it was bound to 0.0.0.0 - which looked<br>
&gt; funny).<br>
<br>
</div>Being bound to 0.0.0.0 usually means it will listen on all interfaces<br>
for connections. As long as 192.168.0.5 is the only IP address you&#39;ll<br>
use to connect to this machine, there&#39;s harm in changing the listen<br>
interface as you did.<br>
<div class="im"><br>
&gt; i don&#39;t know much about ssh, so if there&#39;s more info to be had let me know<br>
&gt; so i can post it.<br>
&gt; any help appreciated.<br>
<br>
</div>Have you verified that the ssh daemon is running? I&#39;m not familiar<br>
enough with Ubuntu to know where it keeps startup scripts, but you can<br>
check for sshd by running `ps uax | grep sshd` or `netstat -ant | grep<br>
192.168.0.5:22` from a terminal.<br>
<font color="#888888"><br>
- Andrew<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
TUXaloosa mailing list<br>
<a href="mailto:TUXaloosa@tuxaloosa.org">TUXaloosa@tuxaloosa.org</a><br>
<a href="http://tuxaloosa.org/mailman/listinfo/tuxaloosa" target="_blank">http://tuxaloosa.org/mailman/listinfo/tuxaloosa</a><br>
</div></div></blockquote></div><br>