[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] how to secure your admin funcions using SSH
- Subject: [cobalt-users] how to secure your admin funcions using SSH
- From: Joe Kerns <joe@xxxxxxxxxxxxx>
- Date: Thu Apr 6 12:14:01 2000
your SSH client has to be able tunnel/forward ports. I use SecureCRT
(actually paid for it), and when you setup a connection you specify
under advanced to forward port 81 on the remote server to port XXXX on
your machine. Then to log-in you put the following URL in your browser:
http://127.0.0.1:XXXX where XXXX is the port you forwarded 81 to in the
advanced section of the setup.
Pretty painless and easy, if I could figure it out...
Joe
PS This assumes SSH is installed and running on you server...(which is
pretty easy to do, too)