Tutorial Categories
Tools and Software
Site Search


Advanced Search
Tutorial Options
Popular Tutorials
  1. Photoshop Concept Car Makeover
  2. Photoshop Man Of Fire Part I
  3. Photoshop Man Of Fire Part II
  4. Photoshop Magic Marker Effect
  5. Photoshop Car Makeover Part II
No popular tutorials found.
Popular Authors
  1. Cory Crampton
  2. Daniel Phillips
  3. tanmay goswami
  4. Rails Forum
  5. Brendan Horverson
  6. CodeCrunch Tutorial Bot
  7. PhotoshopBee .com
  8. Jamie Lewis
  9. Nick Cote
  10. Luther Avery
No popular authors found.
 »  CodeCrunch  »  Unix and Variations  »  Connect to a remote system via SSH
Connect to a remote system via SSH
By Cory Crampton | Published  03/21/2006 | Unix and Variations | This tutorial viewed 1085 times
Simple Remote SSH Connection

As noted, this is just a guide to outline a basic SSH connection. I use screenshots from PUTTY often, so I'll also use it to outline the connection process since that is what most of my tutorials use.

What is SSH?

SSH is simply a secure shell connection to a remote system. In my case it's to my web server. Not long ago it was common practice ( and still is with some hosts) to use telnet, a much less secure method, to establish a connection. In a nutshell - using SSH via PUTTY ensures that when you connect to a remote system,  you are indeed connecting to the desired host.

Basic steps to establish your first SSH connection

  • Download and install PUTTY (be sure to get the correct build!)
  • Run the program and enter a host / ip (ex - 65.444.44.555 or ftp.yoursite.com)
  • choose SSH as your protocol (not telnet)

After these 3 simple steps, you can connect. You may notice a strange pop up informing you to verify and trust the host you are connecting to. You will only have to do this once. After that - the unique server 'key' is stored for future use.

Assuming your host uses standard ports, you should be all set. Once connected you will be prompted for your login information. This is normally provided to you by your host / system admin.




How would you rate the quality of this tutorial?
Add comment
Comments