[maemo-developers] Accessing GPS data remotely

From: Martin Grimme martin.grimme at gmail.com
Date: Tue Jan 27 13:44:43 EET 2009
Hi,

you can open a SSH tunnel to the device to access the interface from
remote, securely:

Install openssh-server on the tablet.

On the Linux box, do:
ssh -l user <device-ip-address> -L 2947:127.0.0.1:2947

Then connect to localhost:2947 on your Linux box and the tunnel leads
to the device.


Regards,
Martin


2009/1/27, Andre Klapper <aklapper at openismus.com>:
> Am Dienstag, den 27.01.2009, 10:55 +0200 schrieb Tuomas Kulve:
>>  osso-gpsd (1.0-10) unstable; urgency=low
>>   * Listen only localhost addresses. Fixes: NB#60842
>>
>> Looks like it's intentional, so filing a bug report would be probably
>> resolved as invalid.
>>
>> I think it would be quite a security risk if anybody could just connect
>> to your device and get your location.
>
> FYI, that was exactly the reason for the decision to disallow this.
> Quoting from NB#60842:
> "GPS data can be read from the device using Telnet, but data should not
> be visible to the external world."
>
> andre
> --
> Andre Klapper (maemo.org bugmaster)
>
> _______________________________________________
> maemo-developers mailing list
> maemo-developers at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>

More information about the maemo-developers mailing list