1. Establish connectivity between the client and the server using SSH. To do this, open a terminal window and use the command “ssh
[email protected]_ip”, replacing “user” with a valid user name on the server and “server_ip” with the IP address of the server.
2. If prompted, enter the user’s password for the server.
3. Once connected, you can run commands on the server from the client computer, as though you were directly logged on to the computer.