PuTTY | |
Developer: | Simon Tatham |
Released: | [1] |
Operating System: | Microsoft Windows, ReactOS, macOS, Linux |
Programming Language: | C |
Genre: | Terminal emulator |
License: | MIT License[2] |
PuTTY [3] is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port. The name "PuTTY" has no official meaning.[4]
PuTTY was originally written for Microsoft Windows, but it has been ported to various other operating systems. Official ports are available for some Unix-like platforms, with work-in-progress ports to and, and unofficial ports have been contributed to platforms such as Symbian,[5] [6] Windows Mobile and Windows Phone.
PuTTY was written and is maintained primarily by Simon Tatham, a British programmer.
PuTTY supports many variations on the secure remote terminal, and provides user control over the SSH encryption key and protocol version, alternate ciphers such as AES, 3DES, RC4, Blowfish, DES, and public-key authentication. PuTTY uses its own format of key files – PPK (protected by Message Authentication Code).[7] PuTTY supports SSO through GSSAPI, including user provided GSSAPI DLLs. It also can emulate control sequences from xterm, VT220, VT102 or ECMA-48 terminal emulation, and allows local, remote, or dynamic port forwarding with SSH (including X11 forwarding). The network communication layer supports IPv6, and the SSH protocol supports the zlib@openssh.com delayed compression scheme. It can also be used with local serial port connections.
PuTTY comes bundled with command-line SCP and SFTP clients, called "pscp" and "psftp" respectively, and plink, a command-line connection tool, used for non-interactive sessions.[8]
PuTTY does not support session tabs directly,[9] but many wrappers are available that do.[10]
PuTTY development began late in 1998,[1] and was a usable SSH-2 client by October 2000.[11] [12]
PuTTY consists of several components: