How to access a remote computer using SSH in Ubuntu Linux

1 · Subin Siby · July 12, 2013, 3:30 a.m.
SSH is the easiest way to access a remote computer not in graphical interface but in character interface. To access a remote computer you should need the computer’s ip address & a username of the computer. Now connect using the credentials you now have. For Example: ssh [email protected] Type the password of the user and hit enter. You now entered the user’s system. You can logout, shut down the computer if you ssh root user....