Windows HOW-TO

Computer Systems Lab Documentation : HOW-TOs and Other Advanced Documentation : HOW-TO use SSH to establish a remote connection and transfer files : Windows HOW-TO

This portion of the HOW-TO is intended to give instructions on setting up and using port forwarding in a Windows environment.


2.2.2.1 Getting and installing SSH for Windows 95, 98 and NT systems

The Computer Sciences Department has contributed to a UW-Madison site license for SecureCRT, a commercial implementation of the SSH client for the Windows 95, 98 and NT operating systems.


[ Back to Top ]

2.2.2.2 Establishing a secure session (SSH) using secureCRT on my home Windows computer

Start the secureCRT application. To create an entry for a host to connect to, complete the following steps:

  1. Click on File | Connect. This will bring up the Connect dialog box.
  2. Click on the New button.
  3. Fill in the following fields:
    • Name: whatever name you want to call the session; for example ConnectNova
    • Protocol: ssh
    • DO NOT check connect via firewall
    • Hostname or IP: whatever host you would like to connect to; for example best-nova.cs.wisc.edu
    • Port: 22
    • User name: your username
    • Cipher: 3DES
    • Authentication: Password
    • Password: we recommend you leave this field blank and enter your system password when prompted.

If you've already created a session instance, you can simply edit the connection preferences by highlighting the appropriate session name and clicking on the edit button.


Note: Users can use any remote host which they are authorized to log into.

See Also:


[ Back to Top ]

2.2.2.3 Transferring files from my home Windows workstation to my CS account

You *MUST* use SSH port forwarding. See the information on Establishing a secure session (SSH) using secureCRT on my home Windows computer


[ Back to Top ]

2.2.2.4 Reading POP mail from my home Windows workstation using SSH

To securely read your mail from a POP server, use SSH port forwarding to establish a secure POP session.

To establish a secure session to the CS Department POP server (pop.cs.wisc.edu):

  1. Configure SSH (SecureCRT) port forwarding using the following configuration:
    • local port=110
    • remote hostname=pop.cs.wisc.edu
    • remote port=21
  2. establish an SSH session to route66.cs.wisc.edu
  3. Configure your POP mail client to use localhost instead of pop.cs.wisc.edu as the POP server.
    In Eudora, this is done in the Tools  | Options  | Checking Mail menu, setting POP ACCOUNT to username@localhost.
    (username is your login name).

To establish a secure session to a CS Department POP server other than pop.cs.wisc.edu:

  1. Configure SSH (SecureCRT) port forwarding using the following configuration:
    • local port=110
    • remote hostname= remote.cs.wisc.edu
    • remote port=21
    remote.cs.wisc.edu is the hostname of as the POP server.
    In Eudora, this is done in the Tools  | Options  | Checking Mail menu, setting POP ACCOUNT to username@localhost.
    (username is your login name).

See Also:


[ Back to Top ]

Documentation built by builddoc v1.09
run by ziel on Wed Mar 3 12:58:46 1999
Please do not link to this page. Please link only to the top level of the CSL documentation tree.