Prerequisites
-
Local system: Ubuntu + most other Linux distributions
-
Remote system: Ubuntu + most other Linux distributions, open SSH port (22)
Basic remote setup
After getting the fresh-new server, people regularly struggle with properly setting up the connection from the local system. Most of the time we get login info from the service provider including IP address, account name and password. Account name is probably ubuntu. We connect via SSH.
ssh ubuntu@100.100....