PuTTY is a tool server administrators use to access the command line console of their server(s). To get PuTTY setup, follow these instructions.
- Click Here to go to the PuTTY download page.
- Click on the putty.exe link to download the latest version of PuTTY.
You now have PuTTY ready for use on your computer. Follow the next set of instructions to login to your server via SSH.
- You don’t have to install PuTTY, just double click the putty.exe file and PuTTY will be open.
- Make sure that Session is highlighted. If not, click it.
- Enter the Host Name / IP Address of the server you’d like to login to.
- Select Port 22, or if the port for SSH was changed, enter the port you’ve selected to serve SSH from.
- Under Connection Type, tick SSH.
- If you’d like to save this information, give your session a name under Saved Sessions and click Save.
- Click Open.
- Enter the username for the server.
- Enter the password of the user you’re logging in as. Please note that the password won’t progressively appear while you type, so just push enter after you’re done entering your password.
You should now be authenticated in SSH and ready to issue console commands.