Start the secureCRT application. To create an entry for a host to connect
to, complete the following steps:
- Click on File | Connect. This will bring up the
Connect dialog box.
- Click on the New button.
- 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):
- Configure SSH (SecureCRT) port forwarding using
the following configuration:
- local port=110
- remote hostname=pop.cs.wisc.edu
- remote port=21
- establish an SSH session to
route66.cs.wisc.edu
- 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
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:
- 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
menu,
setting POP ACCOUNT to
username@localhost.
(username is your login name).
See Also:
[ Back to Top ]