PuTTY - Secure Download (2024)

PuTTY is a popular SSH, Telnet, and SFTP client for Windows. It is typically used for remote access to server computers over a network using the SSH protocol. This is the download page.

For more information on PuTTY, see the PuTTY page. For information on SSH (Secure Shell), see here. For information on Telnet, see here. For information on SFTP secure file transfers, see here.

Contents

Download PuTTY installation package for Windows Master download site Installation and setup instructions Verifying release signatures Package contents: putty.exe, puttygen.exe, psftp.exe, pscp.exe, pagent.exe Alternatives Server for Windows or other platforms SSH key management needs attention Using telnet is not recommended SFTP file transfer support Screenshots PuTTY terminal window PSFTP command line Use

Download PuTTY installation package for Windows

Master download site

Simon Tatham publishes new PuTTY versions on his personal home page.

Installation and setup instructions

  • Installation instructions for Windows

  • Setting up public key authentication using PuTTYgen

Verifying release signatures

The releases are signed with GPG, using the PuTTY release key.

To verify the signatures, you need the gpg tool. On Debian-based Linux, it can be installed with aptitude install gnupg. On Red Hat 7, it can be installed with yum install gnupg2.

To import the signature key into GPG, use:

gpg --import putty-release-2015.asc

To check the signature of a file, use:

gpg --verify <signaturefile> <datafile>

For example:

gpg --verify putty-64bit-0.69-installer.msi.gpg putty-64bit-0.69-installer.msi

Package contents: putty.exe, puttygen.exe, psftp.exe, pscp.exe, pagent.exe

The installation package includes putty.exe, puttygen.exe, psftp.exe, pscp.exe, and pagent.exe.

putty.exe is the main executable for the terminal client. It can also be used standalone, without the installation package, by simply copying the executable to a USB stick and running it on a new machine. This way, the user can carry the executable with them. However, this should not be assumed to provide great security - malware on the machine where it is used can still compromise the software (cf. CIA hacking tool bothanspy) and viruses may get installed on the USB stick whenever it is inserted in a new machine.

puttygen.exe is can be used for generating SSH keys on Windows. See the separate puttygen page on how to create and set up SSH keys with it.

psftp.exe is an SFTP file transfer client. It only works on the command line, and does not support graphically dragging and dropping files between systems. See Tectia SSH if you'd like that functionality.

pscp.exe is a command line SCP client.

pagent.exe is an SSH agent for PuTTY. Keys are first created with puttygen.exe and can then be loaded into pagent for automating logins and for implementing single sign-on.

PuTTY - Secure Download (1)

Alternatives

For other SSH clients and comparison, see the SSH clients page. Several more modern alternatives are available.

Server for Windows or other platforms

You don't need to worry about a server if you are going to connect to a school or work server. However, if you are planning to use PuTTY to log into your own systems, then you may need to install and enable a server.

Most Linux and Unix systems come with OpenSSH preinstalled. On some distributions, you may need to install the server. On Debian-derived systems, the following will install the server:

sudo aptitude install openssh-server

On Red Hat systems, the following will install the server:

sudo yum install openssh-server

Depending on the system, you may also need to start the server if you don't want to reboot. The following should work on most systems:

sudo service sshd restart

For Windows, the Tectia SSH is a popular choice and comes with commercial support services. It also runs on IBM z/OS mainframes. Unix/Linux are available with support for business-critical applications.

SSH key management needs attention

SSH is often used with public key authentication to implement automation and single sign-on.

Public key authentication uses a new kind of access credential, the SSH key, for authentication. It is much more secure than traditional password authentication, especially compared to hard-coded passwords in scripts, but the keys need proper management.

Most organizations with more than a hundred servers have large numbers of SSH keys. Usually, these keys have not been properly managed and audited. An SSH risk assessment is recommended. Organizations should consider deploying key management software to establish proper provisioning, termination, and monitoring for key-based access.

Risks of unmanaged SSH keys include uncontrolled attack spread across the server infrstructure, including to disaster recovery data centers and backup systems.

Organizations should also be aware of security risks related to SSH port forwarding. It is a technology that has many good uses, but it can also enable unfettered access across firewalls. Employees and attackers can leave tunnels back into the internal network from the public Internet. This particularly affects organizations using cloud computing services.

PuTTY - Secure Download (2)

Using telnet is not recommended

In addition to SSH, the PuTTY can be used as a telnet client. Telnet is insecure. Its use is not recommended.

The main problem with telnet is that it transmits all passwords and any transmitted data in the clear. Anyone with access to any computer on the same network can steal user names and passwords that are transmitted. Such password sniffing attacks were very common on the Internet already in the 1990s.

Telnet sessions can also be hijacked in the network. Attackers can inject their own commands into telnet sessions. Protection from such attacks was the main reason why Tatu Ylonen developed SSH as a replacement for telnet in the first place. Use of telnet has not been recommended for 20 years.

SFTP file transfer support

File transfer support is implemented as a separate program, PSFTP. It is available only as a command-line tool. There is no graphical user interface for file transfers.

SCP file transfers are supported via the PSCP program. This is also command-line only.

Modern implementations, such as Tectia SSH, have integrated file transfers in the terminal client.

Screenshots

PuTTY terminal window

PuTTY - Secure Download (3)

PSFTP command line Use

PuTTY - Secure Download (4)

PuTTY - Secure Download (2024)

FAQs

Where is the safest place to download PuTTY? ›

The official site is www.chiark.greenend.org.uk/~sgtatham/putty, you can find the download in the download section. If you want to play it safe, you can verify the signature of the download.

Is PuTTY.org legitimate? ›

While these sites impersonated the legitimate site for WinSCP (winscp.net), the threat actors imitated an unaffiliated site for PuTTY (putty.org), which many people believe is the real site. The official site for PuTTY is actually https://www.chiark.greenend.org.uk/~sgtatham/putty/.

How secure is PuTTY? ›

The Flaw: Affected versions of PuTTY generate biased cryptographic signatures when using the NIST P-521 encryption standard. This bias can be exploited to recover the private key with enough collected signatures. The Impact: A successful attack fully compromises the affected private key.

Where is the official PuTTY download? ›

Open a web browser to visit the official PuTTY download site at www.chiark.greenend.org.uk/~sgtatham/putty/latest.

Is there a better alternative to PuTTY? ›

Tools like Solar-PuTTY, PuTTYTray, mRemoteNG, MobaXterm, Xshell, Bitvise SSH Client, KiTTY, and SuperPuTTY are some of the best PuTTY alternatives, each catering to specific needs and preferences.

Is Super PuTTY better than PuTTY? ›

SuperPuTTY is a Graphical User Interface (GUI)-based Windows application that is mainly employed for tab management for PuTTY SSH Client. PuTTY, the open-source terminal emulator is a competent program on its own, but it does lack a tabbed interface.

What company owns PuTTY? ›

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.

What does PuTTY stand for? ›

PuTTY is a terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols. The word "PuTTY" has no meaning, though 'tty' is sometimes used to refer to the Unix terminals, as an acronym for 'teletype'. PuTTY. PuTTY main configuration dialog on Windows. Developer(s)

Is PuTTY still relevant? ›

PuTTY has a workaround, allowing PAGENT. EXE to be used in place of the forbidden/inaccessible Microsoft agent: https://tartarus.org/~simon/putty-snapshots/htmldoc/Chapter9... So PuTTY remains quite relevant because of the mechanisms that Microsoft has chosen.

What is the latest vulnerability of PuTTY? ›

PuTTY, a widely-used SSH and Telnet client, contains a critical vulnerability, tracked as CVE-2024-31497, affecting versions 0.68 through 0.80. This flaw allows threat actors to potentially recover private keys used for cryptographic signatures, posing significant security risks.

Why do people use PuTTY? ›

It allows you to connect to remote computers or devices using various protocols such as secure socket shell (SSH), Telnet, login, and more. Putty is widely used by system administrators, network engineers, and developers for managing and controlling remote systems.

Can PuTTY store passwords? ›

In a putty session, under the Connection section, under Data, you'll see the field for Auto-login username. Fill your username in there and it will use it for that session always. Password is trickier. In short, you don't save passwords, you save keys.

Can I use PuTTY without installing? ›

putty.exe is the main executable for the terminal client. It can also be used standalone, without the installation package, by simply copying the executable to a USB stick and running it on a new machine. This way, the user can carry the executable with them.

Which version of PuTTY should I install? ›

If you have a 64-bit computer, it is recommended that you install the 64-bit version putty-64bit-<version>-installer. msi . Almost any computer bought after 2015 has a 64-bit processor, except for the very cheapest ones.

Is PuTTY in the Microsoft Store? ›

PuTTY Pro - SSH and telnet client - Download and install on Windows | Microsoft Store.

Where should I install PuTTY? ›

Windows Users: Install PuTTY and PSCP
  1. Go to putty.org.
  2. Download the 64-bit installer file (.msi)
  3. Run the installer. If you accept all defaults, PuTTY should now be installed in your C:\Program Files folder. This should also update your Windows PATH environment variable.

Is PuTTY.exe safe? ›

Putty.exe is a free and open-source SSH and Telnet client that has been historically trojanized to create backdoors on victim machines. Research suggests that this trojan was first developed and deployed by an APT in North Korea, which then made its way on to target devices via phishing scams.

What is the PuTTY website? ›

PuTTY is a versatile terminal program for Windows. It is the world's most popular free SSH client. It supports SSH, telnet, and raw socket connections with good terminal emulation. It supports public key authentication and Kerberos single-sign-on.

Is PuTTY Portable safe? ›

Putty is generally considered to be secure when used correctly.

Top Articles
Runtz | Marijuana Strain Reviews
Runtz - Strain Information - Cannaconnection.com - Strain Information
Family Day returns to Dobbins bigger than before
Lc Auto Sales Irving
Hsqa Online Renewal System
Syracuse Pets Craigslist
Petco Westerly Ri
Gateway Login Georgia Client Id
Ms Ortencia Alcantara Instagram
Rick Harrison Daughter Ciana
U-Bolts - Screws, Bolts variety of type & configurable | MISUMI Thailand
KMS ver. 1.2.355 – Haste & Tactical Relay
Spacebar Counter - Space Bar Clicker Test
Who is Harriet Hageman, the Trump-backed candidate who beat Liz Cheney?
Jera Gardens
Paulette Goddard | American Actress, Modern Times, Charlie Chaplin
National Weather Service Monterey
Best Pedicure Nearby
What Does Fox Stand For In Fox News
Circloo Unblocked
Chris Evert Twitter
Tinyzonetv.to Unblocked
Catholic Church Near Seatac Airport
Aaf Seu
San Diego Terminal 2 Parking Promo Code
Warren County Skyward
Volstate Portal
Learning Channel Senior Living
Meridamoonbeams
What is a Nutmeg in Soccer? (Explained!) - Soccer Knowledge Hub
1-800-308-1977
When Is Moonset Tonight
Ignition Date Format
Helas Kitchen Menu
Buzzn Dispensary
O'reilly's In Mathis Texas
Alison Pest Control
Ctbids Reno
Walmart Careers Application Part Time
Bbc Weather In Mallorca
Danville Va Active Warrant List
Appsanywhere Mst
Austin Powers Judo Chop Gif
No Hard Feelings Showtimes Near Pullman Village Centre Cinemas
Unblocked Games Shooters
Meggen Nut
Windows 10 schnell und gründlich absichern
1636 Fire Red Squirrels
Dive Sports Bars Near Me
Intervallfasten 5/2: Einfache Anfänger-Anleitung zur 5:2-Diät
Unblocked Games Premium 77
Mecklenburg Warrant Search
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 6310

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.