[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbit security transmission
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbit security transmission
- From: "Hobbit User" <hobbit (at) epperson.homelinux.net>
- Date: Tue, 13 Nov 2007 11:37:47 -0500 (EST)
- Importance: Normal
- References: <20071112110132359.00000002840 (at) nbeduard> <3D28EBDA36A6E6469582A86D3B5B639C0239596D (at) tlrbeantmbx02.ERF.THOMSON.COM> <961092e10711130801o5ddf4e5cxcdd2758fa3d5c09c (at) mail.gmail.com>
- User-agent: SquirrelMail/1.4.10a-1.fc7
On Tue, November 13, 2007 11:01, Josh Luthman wrote:
> Damn clever idea! Please let us know if that works or not!
>
> On 11/13/07, nick.nauwelaerts (at) thomson.com <nick.nauwelaerts (at) thomson.com>
> wrote:
>>
>>
>> From: Eduard Michels [mailto:emichels (at) quicksoft.com.br] Sent: Monday,
>> November 12, 2007 14:02 To: hobbit (at) hswn.dk Subject: [hobbit] hobbit
>> security transmission
>>
>>
>> Hi,
>>
>>
>> Is there any way to encrypt data transmitted from the Hobbit Client to
>> the Hobbit Server? Currently, if someone put a sniffer on the network
>> will have access to all information transmitted, as they are in plain
>> text.
>>
Install autossh. Configure public-private key pairs such that
hobbit (at) tunnelbox.vak12ed.edu trusts hobbit (at) hobbit.vak12ed.edu with proper
key.
On Hobbit server hobbit.vak12ed.edu,
autossh -M 64998 -f -f -N -R 127.0.0.234:1984:hobbit.vak12ed.edu:1984 -i
~hobbit/.ssh/id_rsa.flotsam hobbit (at) tunnelbox.vak12ed.edu
tunnelbox.vak12ed.edu is set up with BBSERVERIP=127.0.0.234, thus reports
over a secure tunnel.