SSH.com client
- Click Start->Programs->SSH Secure Shell->Secure Shell Client
- Click "Quick Connect" from the menubar at the top of the screen
- Enter the hostname you'd like to connect to and your username
- Click Connect
- Enter your password when prompted and click OK
- Type exit to end your session.
GEaRS has a good guide to forwarding X11 traffic through SSH to an X11 server on your Windows PC. This allows for display of graphical applications from a UNIX or Linux computer on your PC. The guide is available here: http://gears.aset.psu.edu/hpc/guides/xming/ .
TeraTerm client
- Click Start->TerraTerm SSH->TerraTerm SSH
- Enter the hostname you'd like to connect to
- Ensure that SSH is the selected connection method and click OK
- Enter your username and password
- type exit to end your session
NiftyTelnet client
- Launch NiftyTelnet from the NiftyTelnetSSH folder
- Click New
- Enter Geosciences in the shortcut box
- Enter a hostname in the host box
- Select SSH-Blowfish from the Protocol box
- Enter your username in the Username box and click OK
- Click once on your shortcut and click Connect
- Enter your password when prompted
- Type exit to end your session
UNIX/Linux/OS X command line client (OpenSSH)
In general you should be able to type ssh hostname. Some useful options to know:
- ssh -l username hostname -- Connect using username instead of your username
- ssh username@hostname -- synonym for ssh -l
