Difference between revisions of "Maintaining a Server from Remote via SSH"

From docwiki
Jump to: navigation, search
(Motivation)
Line 3: Line 3:
 
== Motivation ==
 
== Motivation ==
   
  +
If you have a server you will normally not even install a GUI as the server is in a remote place on the other end of town or the other end of the world. Using CLI has many
[[Command_Line_Basics#Advantages_of_CLI|Advantages]]
 
  +
[[Command_Line_Basics#Advantages_of_CLI|Advantages]] in this case. Here you will learn how to use SSH to connect to a remote server and efficiently use it.

Revision as of 14:12, 22 March 2020


Motivation

If you have a server you will normally not even install a GUI as the server is in a remote place on the other end of town or the other end of the world. Using CLI has many Advantages in this case. Here you will learn how to use SSH to connect to a remote server and efficiently use it.