When on a UNIX based computer you can connect to another terminal via SSH using this command
ssh -p 22 user@your.ip.address
The -p defines the port, while 22 is the default port for SSH some servers change their port to ward off potential hackers. Make sure you know what the port number is before trying to connect.
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.
Related