Jump to content

PuTTY: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Update links to https
delete someone's uncited commentary that's been there since 2015
Line 19: Line 19:
}}
}}


'''PuTTY''' ({{IPAc-en|ˈ|p|ʌ|t|i|}}<ref>[https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-pronounce Putty FAQ – Pronunciation]</ref>) is a [[free and open-source]] [[terminal emulator]], [[serial console]] and network file transfer application. It supports several [[network protocol]]s, including [[Secure copy|SCP]], [[Secure Shell|SSH]], [[Telnet]], [[rlogin]], and raw socket connection. It can also connect to a [[serial port]]. The name "PuTTY" has no definitive meaning.<ref>{{cite web |quote = [PuTTY is] the name of a popular SSH and Telnet client. Any other meaning is in the eye of the beholder. It's been rumoured that ‘PuTTY’ is the antonym of ‘getty’, or that it's the stuff that makes your Windows useful, or that it's a kind of plutonium Teletype. We couldn't possibly comment on such allegations. |url = https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-meaning |title = PuTTY FAQ }} though "tty" is the name for a terminal in the [[Unix]] tradition, usually held to be short for [[Teletype Corporation|Teletype]], and [[putty]] is material for sealing glass in window frames, and may refer to [[Microsoft Windows]] lacking a built in [[Secure Shell|SSH]] client.{{citation needed|date=January 2015}}</ref>
'''PuTTY''' ({{IPAc-en|ˈ|p|ʌ|t|i|}}<ref>[https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-pronounce Putty FAQ – Pronunciation]</ref>) is a [[free and open-source]] [[terminal emulator]], [[serial console]] and network file transfer application. It supports several [[network protocol]]s, including [[Secure copy|SCP]], [[Secure Shell|SSH]], [[Telnet]], [[rlogin]], and raw socket connection. It can also connect to a [[serial port]]. The name "PuTTY" has no meaning.<ref>{{cite web |quote = [PuTTY is] the name of a popular SSH and Telnet client. Any other meaning is in the eye of the beholder. It's been rumoured that ‘PuTTY’ is the antonym of ‘getty’, or that it's the stuff that makes your Windows useful, or that it's a kind of plutonium Teletype. We couldn't possibly comment on such allegations. |url = https://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-meaning |title = PuTTY FAQ }}</ref>


PuTTY was originally written for [[Microsoft Windows]], but it has been [[porting|ported]] to various other [[operating system]]s. Official ports are available for some [[Unix-like]] platforms, with work-in-progress ports to {{nowrap|[[Classic Mac OS]]}} and {{nowrap|[[macOS]]}}, and unofficial ports have been contributed to platforms such as [[Symbian]],<ref>[http://s2putty.sourceforge.net/ PuTTY for Symbian OS]</ref><ref>[http://wiki.forum.nokia.com/index.php/PuTTY_for_symbian_OS Forum Nokia Wiki – PuTTY for Symbian OS]</ref> [[Windows Mobile]] and [[Windows Phone]].
PuTTY was originally written for [[Microsoft Windows]], but it has been [[porting|ported]] to various other [[operating system]]s. Official ports are available for some [[Unix-like]] platforms, with work-in-progress ports to {{nowrap|[[Classic Mac OS]]}} and {{nowrap|[[macOS]]}}, and unofficial ports have been contributed to platforms such as [[Symbian]],<ref>[http://s2putty.sourceforge.net/ PuTTY for Symbian OS]</ref><ref>[http://wiki.forum.nokia.com/index.php/PuTTY_for_symbian_OS Forum Nokia Wiki – PuTTY for Symbian OS]</ref> [[Windows Mobile]] and [[Windows Phone]].

Revision as of 20:49, 5 February 2018

PuTTY
Developer(s)Simon Tatham
Initial releaseJanuary 8, 1999; 25 years ago (1999-01-08)[1]
Stable release
0.70 / July 8, 2017; 7 years ago (2017-07-08)[2]
Repository
Written inC
Operating systemMicrosoft Windows, macOS, Linux
TypeTerminal emulator
LicenseMIT license
Websitewww.chiark.greenend.org.uk/~sgtatham/putty

PuTTY (/ˈpʌti/[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 Classic Mac OS and macOS, 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.

Features

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 3DES, Arcfour, Blowfish, DES, and Public-key authentication. It also can emulate control sequences from xterm, 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.[7]

History

PuTTY's development dates back to late 1998,[1] and it has been a usable SSH-2 client since October 2000.[8][9]

Components

PuTTY consists of several components:

  • PuTTY: the Telnet, rlogin, and SSH client itself, which can also connect to a serial port
  • PSCP: an SCP client, i.e. command-line secure file copy
  • PSFTP: an SFTP client, i.e. general file transfer sessions much like FTP
  • PuTTYtel: a Telnet-only client
  • Plink: a command-line interface to the PuTTY back ends
  • Pageant: an SSH authentication agent for PuTTY, PSCP and Plink
  • PuTTYgen: an RSA, DSA, ECDSA and EdDSA key generation utility
  • pterm: a standalone terminal emulator

Reception

Justin James of TechRepublic cited its reliability, cost, cross-platform support, and features as positives. He faulted complex configuration, extended beta testing, and lack of support for scripting.[10] J. Peter Bruzzese of InfoWorld included it in his list of 15 Essential Open Source Tools for Windows Admins and wrote that its imitators are not as good.[11]

See also

References

  1. ^ a b Earliest documented release
  2. ^ PuTTY version 0.70 is released
  3. ^ Putty FAQ – Pronunciation
  4. ^ "PuTTY FAQ". [PuTTY is] the name of a popular SSH and Telnet client. Any other meaning is in the eye of the beholder. It's been rumoured that 'PuTTY' is the antonym of 'getty', or that it's the stuff that makes your Windows useful, or that it's a kind of plutonium Teletype. We couldn't possibly comment on such allegations.
  5. ^ PuTTY for Symbian OS
  6. ^ Forum Nokia Wiki – PuTTY for Symbian OS
  7. ^ Barrett, Daniel; Silverman, Richard; Byrnes, Robert (2005). SSH, The Secure Shell: The Definitive Guide. O'Reilly Media. pp. 577–579. ISBN 9780596008956.
  8. ^ PuTTY FAQ: Does PuTTY support SSH-2?
  9. ^ PuTTY Change Log
  10. ^ James, Justin (2009-08-06). "Review: PuTTY terminal application". TechRepublic. Retrieved 2015-09-18.
  11. ^ Bruzzese, J. Peter (2014-12-08). "15 essential open source tools for Windows admins". InfoWorld. Retrieved 2015-09-18.