At 2003-06-17T07:41:10Z, Darren Pilgrim <[EMAIL PROTECTED]> 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.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to