Product Avatar Image

PuTTY

Show rating breakdown
352 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.5
#1 in 1 categories
Grid® leader
Serving customers since
Profile Filters

All Products & Services

Product Avatar Image
PuTTY

352 reviews

PuTTY is a free, open-source client program for the SSH, Telnet, Rlogin, and SUPDUP network protocols, enabling users to run remote sessions on computers over a network. It is primarily developed and maintained by Simon Tatham. PuTTY is available for Windows and Unix platforms and includes an `xterm` terminal emulator. The latest version, 0.83, was released on February 8, 2025. Key Features and Functionality: - Protocol Support: PuTTY supports multiple network protocols, including SSH, Telnet, Rlogin, and SUPDUP, allowing secure and flexible remote connections. - Cross-Platform Availability: Compatible with both Windows and Unix systems, PuTTY provides a consistent user experience across different operating environments. - Terminal Emulation: It includes an `xterm` terminal emulator, facilitating the execution of terminal-based applications on remote systems. - Security Enhancements: The latest release, version 0.83, introduces support for ML-KEM, a NIST-standardized post-quantum key exchange mechanism, enhancing security against potential future quantum computing threats. - Unicode Support: Improved Unicode support allows for the use of characters outside the Windows system code page, accommodating a broader range of languages and symbols. Primary Value and User Solutions: PuTTY addresses the need for secure, reliable, and versatile remote access to computers over a network. By supporting multiple protocols and platforms, it enables users to manage and interact with remote systems efficiently. The inclusion of advanced security features, such as post-quantum key exchange mechanisms, ensures that users' connections remain protected against evolving cybersecurity threats. Additionally, its improved Unicode support enhances usability for a global user base, accommodating diverse linguistic requirements.

Profile Name

Star Rating

253
78
18
3
0

PuTTY Reviews

Review Filters
Profile Name
Star Rating
253
78
18
3
0
Luca P.
LP
Luca P.
CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
06/02/2026
Validated Reviewer
Review source: G2 invite
Incentivized Review

PuTTY: Lightning-Fast, Reliable SSH with Powerful Sessions, Tunnels, and Pageant

The thing that has kept PuTTY in my Start menu for years is that it connects, every time, to anything that speaks SSH, telnet, or serial, and it does it in about a second. I double-click a saved session and I am at a prompt before a heavier client would have finished drawing its splash screen. When a server is misbehaving at 2am and I need eyes on it now, that speed is not a nice-to-have. It is the reason I do not hesitate over which tool to open. Saved sessions are the backbone of how I actually work in it. Each one holds the hostname, port, protocol, username, the key it should use, any forwarded ports, and the keepalive interval, all under a name I choose. I keep them named by role rather than by hostname, things like prod-db-bastion or core-switch-serial, so the list reads like a map of the estate rather than a pile of IP addresses. Set a session up once, and connecting to that box for the next three years is two clicks. Pageant is the piece I would miss most if it vanished. It is PuTTY's SSH agent, and once I load my private key into it at login, every tool in the suite uses it without asking again. PuTTY, PSFTP, and Plink all pull from the agent, so I am not browsing for a key file or retyping a passphrase forty times a day. Agent forwarding then lets me hop from a bastion to an internal host without the key ever leaving my laptop, which is exactly the behavior you want when a jump host sits between you and anything sensitive. The tunneling is what turns PuTTY from a terminal into a way through a network. Local, remote, and dynamic port forwarding all live in the Tunnels panel, and I lean on them constantly. Reaching a database that only listens on a private subnet usually means a local forward through the bastion, after which my desktop client connects to localhost as if the database were sitting next to me. The dynamic SOCKS option covers the times I need a quick proxy into a segment rather than a single port. None of this needs extra software, and it survives a reconnect because the forwards are saved with the session. Serial console support is the feature that quietly justifies keeping it around even in shops that have moved to other SSH tools. Plug in a USB-to-serial adapter, point PuTTY at the COM port, set the baud rate, and you are talking to a switch, a router, or some embedded board that has no network presence yet. I have configured plenty of out-of-the-box network gear over exactly this path. Having serial and SSH in the same window, with the same shortcuts and the same logging I already rely on, means one tool instead of two. Plink handles the scripting side, and it is more capable than people give it credit for. It is the command-line version of the same engine, so I can drive a connection from a batch file or a scheduled task: pull a file with PSCP, open a tunnel with Plink and the -N flag so no shell starts, run a one-off remote command and capture the output. Tying a tunnel to Windows Task Scheduler so it comes up at login is a five-minute job, and because Plink reads from Pageant, I am not stuffing passwords into scripts. The footprint deserves a mention on its own. PuTTY is a single executable that needs no installation and no admin rights, so it runs from a locked-down corporate image or a USB stick on a machine I do not own. It asks almost nothing of the hardware, which matters on the tired jump boxes and old laptops that somehow always end up being the thing you have to work from. And it is free under a permissive license, with no account and no telemetry to worry about, and nothing trying to upsell me, which is rarer than it should be for something this central to a daily workflow. On the security side, the crypto has not been left to rot. Modern key types and ciphers like Ed25519 and ChaCha20 are supported alongside the older ones, and the host key fingerprint prompt on first connect is the small ritual that catches you connecting to the wrong machine. The terminal emulation is faithful too, with proper xterm and VT220 behavior, configurable colors and fonts, and session logging when I need a record of what happened in a window. It is not flashy, and I mean that as praise. The small interaction details are the part I only notice when I use something else and find them missing. Selecting text with the mouse copies it straight to the clipboard, a right-click pastes, and the scrollback buffer holds enough history that I can scroll back through a long log without it being truncated out from under me. If I need to change a setting mid-session, the Change Settings entry in the window menu lets me adjust the terminal or the colors without dropping the connection. None of this is headline material, and that is rather the point. The friction that other terminals add in ones and twos simply is not here.
Subhashree S.
SS
Subhashree S.
JAVA-ANGULAR || Full stack development
05/25/2026
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

PuTTY: Simple, Lightweight, and Reliable SSH Access

What I like best about PuTTY is its simplicity and reliability. It’s lightweight and works really well for securely connecting to remote servers via SSH. The interface is straightforward, making it especially useful for managing Linux/Unix systems, legacy environments, and quick server access without unnecessary complexity.
Julian R.
JR
Julian R.
Former Service Delivery Manager @ AgileThought | Allyship, Professional Communication, Strategic Thinking
04/28/2026
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Super Easy Setup—Just Copy and Paste Credentials

It’s super easy to use and set up. It doesn’t require any complicated configuration—just copy and paste your credentials wherever you’re trying to access.

About

Contact

HQ Location:
N/A

Social

What is PuTTY?

PuTTY is a free and open-source terminal emulator, serial console, and network file transfer application developed by Simon Tatham. It supports several network protocols, including SSH, Telnet, rlogin, and SCP, which are commonly used for securely connecting to and managing remote systems. PuTTY is widely used by network administrators and developers for its reliability and extensive configurability. The software is available for Windows and Linux platforms.

Details