Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] SSH tunneling restrictions
- Date: Tue, 15 Aug 2006 09:42:00 +0900
- From: "Patrick Niessen" <tlug.niessen@example.com>
- Subject: Re: [tlug] SSH tunneling restrictions
- References: <2d4c9c600608140141m6dfab76hb310e075a5da5d07@example.com> <20060814141238.92415.qmail@example.com>
On 8/14/06, Gerald Naughton <naughton123@example.com> wrote:Have you looked at openvpn at http://openvpn.net/Yes, looked at it as well as openswan. It seems that openvpn requires a lot more configuration both on client and server. Most articles describe the bridged mode, which I don't want to use as it requires "safe" client computers. The complication is in the routing setup for the clients if a new set of IPs must be assigned. Additional safety features must be installed like virus checkers and personal firewalls, that block access to foreign networks but allow enough traffic to acquire an IP and gateway from where they connect. They must also realise when the PC is back in the company's lan so that normal network traffic is permitted. But with the Openssh solution you only require one line to create the tunnel: ssh -i private.key -C -L 13389:ip_of_pc_to_be_controled:3389 remoteusername@example.com On the server side you need to paste public keys for each client into .ssh/authorized_keys2 and let the often already running sshd do the rest. Because only picture data is transmitted by RDP from the internal lan, no danger of data escaping from our company exists. And even if the client PC is infected by virus and worm, it can not propagate over rdp. Of course the firewall prevents access from gateway to internal network on other than rdp port, otherwise even remote windows explouits could be tunneled by ssh. Patrick
- Follow-Ups:
- Re: [tlug] SSH tunneling restrictions
- From: Jim
- References:
- [tlug] SSH tunneling restrictions
- From: Patrick Niessen
- Re: [tlug] SSH tunneling restrictions
- From: Gerald Naughton
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Language considerations
- Next by Date: Re: [tlug] SSH tunneling restrictions
- Previous by thread: Re: [tlug] SSH tunneling restrictions
- Next by thread: Re: [tlug] SSH tunneling restrictions
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links