What does SSH stand for?
Secure Shell, which is a client/server protocol
What command do you use to connect to your server remotely?
ssh ‘username’@IP address
Ex: ssh root@124.123.122.121
Will ask for root password, and, if it’s first time connecting, will prompt you to change it