Difference between revisions of "What Is SSH"

From Acenet Knowledgebase
Jump to: navigation, search
(Created page with "'''What is SSH?''' <br> <br> SSH stands for Secure Shell. It is a protocol that allows remote access to a server/account.<br> It allows changes to be made using the command li...")
 
m (Docs admin moved page What IS SSH to What Is SSH without leaving a redirect)
 
(No difference)

Latest revision as of 16:22, 9 October 2018

What is SSH?

SSH stands for Secure Shell. It is a protocol that allows remote access to a server/account.
It allows changes to be made using the command line.

How do I use SSH?

A program is needed in order to access the account/server using SSH.
The most popular is PuTTY.
PuTTY
Once PuTTY is installed, open it and the login prompt will appear:

PuTTYLogin.png

1. Input your IP address and click Open.
2. Enter your username and press enter.
3. Enter your password and press enter.
4. You can now begin making changes via the command line.
Here is an example of what the command line will look like when you log in:

PuTTYExample.png