Results 1 to 1 of 1
-
15th Jun 2014, 03:24 PM #1
Getting started with SSH Tutorial - Connecting to your server with SSH
Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate, and passwords are protected by being encrypted. SSH uses RSA public key cryptography for both connection and authentication. Encryption algorithms include Blowfish, DES, and IDEA. IDEA is the default.
The server you are connecting to must be running SSH, and you must be running a secure shell client on your own machine as well, more details on getting a secure shell client are below.
Step 1) Download the SSH client on your local machine, we are assuming you’re using Windows. If not then see other PuTTY download options here: PuTTY Download Page
Windows PuTTY Download
http://the.earth.li/~sgtatham/putty/.../x86/putty.exe
Step 2) Save the file to your desktop and double click it.
Step 3) You should see a something that looks like this, asking you what server you want to connect to.
Click for larger screenshot
Step 4) Enter your servers IP and click on Open.
Step 5) Enter your account’s username to connect then enter your password.
Click for larger screenshot
Step 6) Change to the root user, type: su –
That’s it! You have now logged into your server using SSH.
Now get comfortable with it and learn some shell/SSH commands in the article listed below.Areon Reviewed by Areon on . Getting started with SSH Tutorial - Connecting to your server with SSH Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
UV To your site with low price
By Marisa in forum Completed TransactionsReplies: 0Last Post: 28th Nov 2011, 09:22 AM -
Bring Holiday Excitement to your site with XMAS PSDs
By Benign in forum Webmaster ResourcesReplies: 3Last Post: 17th Dec 2010, 06:36 PM -
where to buy server with root access
By Mr.Piracy? in forum Hosting DiscussionReplies: 2Last Post: 15th Nov 2010, 02:29 PM -
Installing all that is related to your server
By Nikolasr in forum Completed TransactionsReplies: 0Last Post: 14th Nov 2009, 08:00 PM -
How to Scan & Stop Uploading Infected Files to Your Server
By ashutariyal in forum Tutorials and GuidesReplies: 8Last Post: 13th Aug 2009, 06:09 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...