To connect via SSH to your server:
- Open a terminal session.
- Issue the following command:
ssh -p $port $user@$IP
- Where $port is meant to stand for the port number.
- $user is meant to stand for your username.
- $IP is meant to stand for your IP address.