logo © 1996 Phil Waclawski
Felitaur Site
Offerings
About Me
Crafts
Services
ftp files
Help Files
What's New?
Home Page
Other Links
Anatomy &
Physiology
Arthropods
Biology
Computers
Ferrets
Fun Links
Internet
Linux
S.C.A.
Win 95/NT
Comments or
Suggestions
webmaster@ felitaur.com
   
Connecting to Linux server via SSH
[Linux System Administration Homepage]
Overview
Goals:
  1. Understand how SSH provides a "terminal window" where all your commands (pine, cd etc) are run on a remote machine, and the results display on your "terminal window".
  2. Realize that Putty SSH, or the ssh command line, only allows you to connect to a remote machine, it does not provide you with email (pine) or a text editor(vi). It does not even give you a command line, it JUST connects to a remote machine, and allows that remote machine to provide you with all those functions/programs inside the terminal window.
  3. Understand how to use Putty, ssh and other programs to connect to a remote server, such as lampbusters.com
Commands:
ssh username@lampbusters.com (Linux)
ssh -l username lampbusters.com (Max OSX)
"start" "programs" "putty" "putty.exe" (Mouse clicks in Windows)
Using Putty SSH Client on Windows
  1. Download the putty.exe file from the Putty homepage (link below, should already be installed at school)
  2. If you downloaded putty yourself, put it wherever you can remember the location
  3. Then find the putty.exe file and double click on it. Here at MCC you would do...
    "start button(icon in lower left corner)" -> "programs" -> "Putty" -> "Putty"
  4. Then up in the hostname area put "lampbusters.com"
  5. in the left pane you will see a "connection"option choose that and then:
    for the "set keep alive" option to 90 instead of 0 (this will keep the connection from timing out)
  6. then click back on "session" at the top of the left pane and then hit the "connect" button at the bottom of the window
  7. First time it will ask if you want to accept the key, click on "yes"
  8. when the screen opens and you see login: Type in your lampubsters.com username and hit enter
  9. Then type your password and hit enter
  10. If all goes well, you will see a menu that I've set up for my web scripting students, just type the number of the option that lets you exit to the shell. You're good to go.
Using SSH on the Linux or Mac command Line
  • Linux
    1. Open up a terminal window
      ("Applications" -> "Accessories" -> "Terminal" in any modern Gnome Desktop)
    2. Type ssh username@hostname (for school, ssh username@lampbusters.com )
    3. First time you connect it will ask if you want to accept the key, type "yes" and hit enter
    4. when you see login: Type in your lampubsters.com username and hit enter
    5. Then type your password and hit enter
    6. If all goes well, you will see a menu that I've set up for my web scripting students, just type the number of the option that lets you exit to the shell. You're good to go.
  • Mac OSX
    1. Open up a terminal window
      ("Applications" -> "Utilities" -> "Terminal" may be the way on Mac OSX??)
    2. Type ssh -l username hostname (for school, ssh -l username lampbusters.com ) the -l may not be needed for Mac
    3. First time you connect it will ask if you want to accept the key, type "yes" and hit enter
    4. when you see login: Type in your lampubsters.com username and hit enter
    5. Then type your password and hit enter
    6. If all goes well, you will see a menu that I've set up for my web scripting students, just type the number of the option that lets you exit to the shell. You're good to go.
References
  1. Putty Download
  2. Putty Portable App
  3. Extra Putty
  4. Set up ExtraPutty for portability
This page last updated on: