Connecting to the server via SSH

Opening a terminal

Open a terminal on your local machine.

Exemple of terminal

Using the ssh command

Connect to the server using the following command:

ssh ubuntu@<insert server IP address here>
Exemple of code

Last updated