Sorry if this has already been answered.&nbsp; I scanned through the emails and didn't see a response.<br><br>Is sshd (the secure shell server daemon) running on the server you are trying to connect to?<br><br>To check you can run the command:
<br><br>ps -A | grep sshd<br><br>You should get an output similar to this:<br><br>myuser@mymachine ~ $ ps -A | grep sshd<br>&nbsp;6869 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 sshd<br>24780 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 sshd<br>24786 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 sshd<br>myuser@mymachine
 ~ $ <br><br>If you do please try to connect to the server using SSH on your server's LAN.<br><br>If you can do that then we know it's a problem with the external connection (port forwarding, IP address...)<br><br>If you can't then we know it's an installation/configuration problem.
<br><br>Thanks,<br>Gamble<br><br><br><div><span class="gmail_quote">On 8/9/06, <b class="gmail_sendername"><a href="mailto:carl-olsen@mchsi.com">carl-olsen@mchsi.com</a></b> &lt;<a href="mailto:carl-olsen@mchsi.com">carl-olsen@mchsi.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>


<div>

<div></div>I disable the firewall in my Linux network interface settings, since I have a firewall on my router with port 22 forwarded to my Linux machine.<br>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;">-------------- Original message from &quot;Justin Richeson&quot; &lt;<a href="mailto:jrnosee@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jrnosee@gmail.com</a>&gt;: -------------- </blockquote></div><div><span class="q"><br><br>I think you may be having the same problem as me.&nbsp; I can't get into my linux box either on any protocol from an off-network pc.&nbsp; Is there a built in firewall in linux that needs to be setup before attempting to connect?
<br><br><br>
</span></div><div><div></div><div><span class="q"><span class="gmail_quote">On 8/9/06, <b class="gmail_sendername">David Stout</b> &lt;<a href="mailto:ragbrai65@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ragbrai65@yahoo.com</a>&gt; wrote:</span>
</span></div><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote></div><div><span class="q">
<div>
<div>I have tried both version 1 &amp; 2. there is a box for Remote command is there a command I should enter here? And On preferred encryption algorithm I have the following options.</div>
<div>3DES, Blowfish, and&nbsp;DES. There is also a check box for Imitate SSH MAC bug in commercial &lt;= v2.3.x should this be checked.</div>
<div><span><br><br><b><i><a href="mailto:carl-olsen@mchsi.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">carl-olsen@mchsi.com</a></i></b> wrote:</span> </div>
<div></div>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"></blockquote></div>
</span></div><div><div><span></span></div><div><span class="q">
<div></div>There are a lot of different settings in PuTTY.&nbsp; Have you tried various settings?&nbsp; What protocol version are you using? <br>
</span></div><div><blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"></blockquote></div><div><span class="q">-------------- Original message from David Stout &lt;<a href="mailto:ragbrai65@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 ragbrai65@yahoo.com</a>&gt;: -------------- <br><br>
<div>Sorry to keep beating this thread to death but I am still have trouble.</div>
<div>&nbsp;</div>
<div>I have port 19-23 forwarded on my router. I went to dyndns and set up a dns. I can ping the ip remotely (from work) but when I try to do a TELNET session I get a connect failed message. I also have putty installed on my win box at work and when I try ssh or telnet from the win box I get Unable to open connection: connect(); unknown error. 
<br><br><b><i>&quot;Daniel A. Ramaley&quot; &lt;<a href="mailto:daniel.ramaley@DRAKE.EDU" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">daniel.ramaley@DRAKE.EDU</a>&gt;</i></b> wrote:</div>
</span></div><div><blockquote style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"></blockquote></div><div><span class="q">What type of access do you need? A terminal window, or a full X session, 
<br>or something else? For just a terminal window, i'd recommend <br>downloading PuTTY (Google for &quot;putty&quot; and it should be in the first 2 <br>hits) and using it to SSH to your Linux box. You'll need to make sure 
<br>your Linux box has a routable IP, or forward the SSH port (TCP/22) from <br>a routable IP to the Linux box.<br><br>X is a bit more complicated; i've never needed to go from MS Windows to <br>X Windows. There are projects such as Cygwin that will let you set up 
<br>an X server on Windows and then from there you'd be able to connect to <br>the Linux box and run applications. A possibly easier solution would be <br>to run VNC on the Linux box and then connect from Windows with a VNC 
<br>viewer. I've done that before, though with Linux or OS X as the client <br></span></div><div>rather than Windows. It gives you a full deskto
p, and is much more </div><div><span class="e" id="q_10cf392721128b87_13"><br>responsive than X over SSH. To use VNC to go from one Linux box to <br>another, get SSH working, then on the server do &quot;vncserver :2 -geometry 
<br>1024x768 -depth 8&quot; and on the client &quot;vncviewer -via <br>localhost:1&quot;. When done you can stop the server with &quot;vncserver <br>-kill :1&quot; on the server. I would think that using Windows as the client 
<br>would be similar, though the client command may differ slightly.<br><br>On Tuesday 08 August 2006 08:01, David Stout wrote:<br>&gt;I would like to access my Linux box from work. At home I am running<br>&gt; SuSe 10.1 with a linksys router. At work I am on Win XP Pro. What is
<br>&gt; the best way to accomplish this. Do I need to forward any ports? <br>&gt;<br>&gt;David Stout<br>&gt;Systems Programmer<br>&gt;Regency Homes<br>&gt;<br>&gt;---------------------------------<br>&gt;Do you Yahoo!?<br>
&gt; Next-gen email? Have it all with the all-new Yahoo! Mail Beta.<br><br>-- <br>---------------------- ---------------------
-----------------------------<br>Dan Ramaley Dial Center 118, Drake University<br>Network Programmer/Analyst 2407 Carpenter Ave<br>+1 515 271-4540 Des Moines IA 50311 USA <br>_______________________________________________
<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Cialug@cialug.org</a><br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://cialug.org/mailman/listinfo/cialug</a><br></span></div><div></div><div><span class="e" id="q_10cf392721128b87_15"><br><br><br>David Stout<br>Systems Programmer<br>Regency Homes 
<div>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a href="http://mail.yahoo.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mail.yahoo.com</a> </div></span></div><div></div></div><div><span class="e" id="q_10cf392721128b87_17">
<div>From: David Stout &lt;<a href="mailto:ragbrai65@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ragbrai65@yahoo.com</a>&gt;<br>To: Central Iowa Linux Users Group &lt;<a href="mailto:cialug@cialug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 cialug@cialug.org</a>&gt;<br>Subject: Re: [Cialug] Remote Access<br>Date: Wed, 9 Aug 2006 13:35:23 +0000</div>
<div><span><br><br>_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Cialug@cialug.org</a>
<br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://cialug.org/mailman/listinfo/cialug</a><br>_______________________________________________ 
<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Cialug@cialug.org</a><br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://cialug.org/mailman/listinfo/cialug</a><br></span></div>
<div></div>
<div><span><br><br><br>David Stout<br>Systems Programmer<br>Regency Homes</span></div>
<div><span>
<p></p>
<hr size="1">
Yahoo! Music Unlimited - Access over 1 million songs. <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/+%0A" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Try it free.</a> 
<p></p></span></div><br>_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Cialug@cialug.org
</a><br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://cialug.org/mailman/listinfo/cialug</a><br><br><br></span></div><div></div><br>


</div>


</div><br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Justin Richeson&quot; &lt;<a href="mailto:jrnosee@gmail.com">jrnosee@gmail.com</a>&gt;<br>To:&nbsp;&quot;Central Iowa Linux Users Group&quot; &lt;<a href="mailto:cialug@cialug.org">
cialug@cialug.org</a>&gt;<br>Date:&nbsp;Wed, 9 Aug 2006 15:05:12 +0000<br>Subject:&nbsp;Re: [Cialug] Remote Access<br>_______________________________________________<br>Cialug mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Cialug@cialug.org">
Cialug@cialug.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br><br>_______________________________________________
<br>Cialug mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://cialug.org/mailman/listinfo/cialug" target="_blank">
http://cialug.org/mailman/listinfo/cialug</a><br><br><br></blockquote></div><br>