PuTTY

From Coder Merlin
Revision as of 04:30, 21 October 2020 by Dinas-emrys (talk | contribs) (Created page with "PuTTY is an SSH and telnet client that runs on Windows, Linux and UNIX. This terminal emulator establishes a TCP/IP connection and works with multiple network protocols. Did y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

PuTTY is an SSH and telnet client that runs on Windows, Linux and UNIX. This terminal emulator establishes a TCP/IP connection and works with multiple network protocols. Did you know that the "TTY" in PuTTY is a UNIX terminal command that prints the name of the terminal you're connected to? It's derived from TeleTYpewriter. How to Install Putty on Windows Step 1: Download the installation package Launch your favourite browser and download Putty from the official site. https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html We will be downloading the windows installer (.MSI) Click putty-version-installer.msi if you're on a 32-bit computer or putty-64bit-version-installer.msi if your PC has a 64-bit processor Tip: All newer (>2015) computers have a 64-bit processor except for the budget ones. You can determine whether your PC is 32-bit or 64-bit by right-clicking on the (This PC/my computer) icon on your desktop and choosing properties. Step 2: Installing PuTTY You must have adminitsratove priveleges to install PuTTY. Launch the installer by double-clicking the downloaded file. Click "Next" throughout the wizard to Install PuTTY with all the default(recommended) options. You may change the installation directory. You can choose whether to create a desktop shortcut and associate PuTTY with .ppk files (private keys for connecting securely to other computers). These options are enabled by default You may get this prompt depending on your current UAC settings. Click "Yes" The installer will run for a few seconds. Untick "view the README file" and click "Finish" [OPTIONAL] Step 3: launching PuTTY Run PuTTY by double-clicking on it's newly created desktop shortcut or by searching "PuTTY" o the Start Menu. You've just installed PuTTY.