This portion of the HOW-TO is intended to give instructions on setting up and using
SSH is already installed on all CSL Unix workstations. If you need to install SSH on another Unix system, a free Unix implementation of SSH is available for non-commercial use from: ftp://ftp.funet.fi/pub/unix/security/login/ssh. Get the lastest version 1.x (not version 2.x -- for AFS, Kerberos and SecureCRT compatability reasons, we are currently using version 1.x of ssh).
For more information on using the Unix SSH package, please see the manual pages included in the package.
% ssh -L local-port:remote-host:remote-port remote-port
remote-host
local-port
should be either the starndard port
(if not otherwise in use) or an ununsed port number above 49152.
remote-port
should be the standard port number.
A list of available ports and their designations can be found in
/etc/services
remost-host
should be the name of the remote
computer
localhost
for
remote-host
, and the applicable local-port
% ssh -L 21:route66.cs.wisc.edu:21 route66.cs.wisc.edu
- % ftp route66.cs.wisc.edu
remote-host
instead of
using localhost (localhost was specified in setting up port
forwarding).
route66.cs.wisc.edu
with the appropriate hostname.
route66.cs.wisc.edu
with the appropriate
hostname.
See Also:
See Also: