Connecting to Linux using SSH

From NCEAS Knowledge Base

Jump to: navigation, search

Many of our servers at NCEAS are accessable though SSH. This page documents some of the more popular ways to connect to them.


Contents

Basic Login

Windows XP

Install Putty

Download and install Putty.

Enter the server name

putty1.png

Save the session for future use.

putty2.png

Connect

Click "Open", agree to any message asking if you wish to accept the server's key

putty3.png

putty5.png

Ubuntu Linux

Open a Terminal

Click "Applications" -> "Accessories" -> "Terminal"

Enter the command to connect to the server

ssh user@helios.nceas.ucsb.edu

gnometerm.png


Mac OS X

Open a Terminal

Click on spotlight at the top right of the screen and enter "terminal". Then click on the terminal program icon.

Enter the command to connect to the server

ssh user@helios.nceas.ucsb.edu

Connecting with X forwarding

Windows XP

  1. Start Xming
  2. Start Putty
  3. Enable X11 forwarding

puttyx11.png

Ubuntu Linux

ssh -Y user@helios.nceas.ucsb.edu

Mac OS X

Start X11

Open a Terminal

Click on spotlight at the top right of the screen and enter "terminal". Then click on the terminal program icon.

Enter the command to connect to the server

ssh -Y user@helios.nceas.ucsb.edu

Setup Passwordless Logins

Windows XP

Ubuntu Linux

Mac OS X

External Links