[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Can Hobbit talk over an ssh tunnel?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Can Hobbit talk over an ssh tunnel?
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Mon, 19 Jan 2009 09:53:00 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <496D2176.7040705 (at) noaa.gov>
- User-agent: nn/6.7.3
In <496D2176.7040705 (at) noaa.gov> Gar Nelson <Gar.Nelson (at) noaa.gov> writes:
>I have a client behind a fairly tight firewall that is controlled at a
>much higher level than me. Getting port 1984 authorized is something
>that is not going to happen, but port 22 is open going both ways. As
>user "bb" on the server, or on the client, I can ssh from one system to
>the other without a password prompt.
>Is there a way to convince Hobbit to talk over an ssh tunnel?
A tunnel with port forwarding would be simple to do.
On the client you'd do
ssh -L 1984:localhost:1984 MYHOBBITSERVER
and then your client should be configured with "BBDISP=127.0.0.1"
in hobbitclient.cfg
Regards,
Henrik