Actually got it working but had to properly understand the concept of ssh host ,client -server and where to read it.Thanks.<br><br>Sriranjan<br><br><div class="gmail_quote">On Sun, Aug 16, 2009 at 11:41 PM, Rask Ingemann Lambertsen <span dir="ltr">&lt;<a href="mailto:ccc94453@vip.cybercity.dk">ccc94453@vip.cybercity.dk</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 Sat, Aug 15, 2009 at 05:18:13PM +0530, RANJAN wrote:<br>
&gt; &gt;   Alternatively, and this is what I suggest, use ssh to forward connections<br>
&gt; &gt; from the gpsd port on your laptop to the gpsd port on your Neo:<br>
&gt; &gt;<br>
&gt; &gt; $ ssh -L localhost:2947:localhost:2947 debian-gta02 -- sleep inf &amp;<br>
&gt;<br>
</div><div class="im">&gt; Can I use this to forward the 2947 port from Neo to 2947 on laptop ,in other<br>
&gt; sense can I get the values being generated from Neo at 2947 of Neo be<br>
&gt; available at 2947 on the laptop.<br>
<br>
</div>   Yes, you run the command above on your laptop. Btw, if you want to access<br>
port 2947 on the laptop from some other host, you will need to cut off the<br>
first localhost: so the command reads<br>
<br>
$ ssh -L 2947:localhost:2947 debian-gta02 -- sleep inf &amp;<br>
<br>
and maybe also change some ssh settings. See the ssh manual page.<br>
<div><div></div><div class="h5"><br>
--<br>
Rask Ingemann Lambertsen<br>
Danish law requires addresses in e-mail to be logged and stored for a year<br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>