Secure tunnel: SSH or SSL or IPsec?

Kirk Strauser kirk at strauser.com
Tue Jun 17 19:20:15 PDT 2003


At 2003-06-17T07:41:10Z, Darren Pilgrim <dmp at pantherdragon.org> writes:

> I need the secure connection to occasionally access swat and VNC remotely.

For what you want, SSH works wonderfully.  You can add something like this
to your .ssh/config file to save having to type the full command each time:

    Host remoteserver
        Hostname remote.example.com
        LocalForward 3306 2.3.4.5:3306
        LocalForward 901 2.3.4.5:901

-- 
Kirk Strauser
In Googlis non est, ergo non est.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030617/9de6bd98/attachment.bin


More information about the freebsd-questions mailing list