How to connect to a Linux Server via SSH

This is a short guide on how to connect from your own PC (in this case acting as the client) to a Linux server. The Protocol we are connecting using is called SSH, this stands for Secure Shell and allows us to remotely reach the Linux command line.

From Windows:

Written instructions:



Once you have connected you will be prompted for your password. In Putty you should be aware that the password will not appear as you type it, not even in asterisks (*s). To someone unfamiliar with Putty this can give the impression something is broken when in fact you are typing the password correctly. Another thing with Putty to be aware of is that by default copy and paste works differently to how you might expect. In order to paste clipboard text (e.g. pasting a password) the paste is triggered by just a single right click of the mouse. When copying text from Putty all that is required is to select the text, whatever is selected is automatically added to the clipboard.

Video instructions:

From Linux:

Written instructions:

ssh [email protected]
ssh [email protected] -p 86