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

From docwiki
Jump to: navigation, search
(Motivation)
Line 5: Line 5:
 
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
 
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]] in this case. Here you will learn how to use SSH to connect to a remote server and efficiently use it.
 
[[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.
  +
  +
== Units ==
  +
  +
* [[Interactive Login with SSH, Security and different Clients]]

Revision as of 14:14, 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.

Units