John Jolet wrote:
>>Basically I have a network back home with a couple Gentoo systems
>>connected and I'd like to have ssh (and maybe vnc) access to them from
>>my Gentoo laptop no matter where I am.  What do you think?
> 
> if you just need ssh, you don't need a vpn, just a port forward on your 
> router.  for vnc, I'd use openvpn.

Why do though all the hassle of setting up a VPN when you can use SSH to
provide a secure tunnel into the network and use that instead? Works
fine for me.

# ssh -L5900:hostname:5900 [EMAIL PROTECTED]
# vncviewer localhost:0

-- 
 Jonathan Wright                           ~ mail at djnauk.co.uk
                                           ~ www.djnauk.co.uk
--
 2.6.12-gentoo-r10-djnauk-b3 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
 up 2 min,  1 user,  load average: 1.68, 0.87, 0.33
--
 "People sometimes think I'm gay because I once played a  gay  in  a
 movie. It's funny. Audiences don't think you're a murderer  if  you
 play a murderer, but they do think you're gay if you play a gay."

                                                        ~ Perry King
-- 
[email protected] mailing list

Reply via email to