Jump to content

PuTTY: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Features: Reformatted bullet points into prose paragraphs.
Line 29: Line 29:


==Features==
==Features==
PuTTY supports many variations on the secure remote terminal, and provides user control over the [[Secure shell|SSH]] encryption key and protocol version, alternate ciphers such as [[Triple DES|3DES]], [[RC4|Arcfour]], [[Blowfish (cipher)|Blowfish]], and [[Data Encryption Standard|DES]], and [[Public-key]] authentication. It also can emulate control sequences from [[xterm]], [[VT102]] or [[ECMA-48]] [[terminal emulator|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.
Some features of PuTTY are:

*The storing of hosts and preferences for later use
PuTTY comes bundled with command-line [[secure copy|SCP]] and [[SSH file transfer protocol|SFTP]] clients, called "pscp" and "psftp" respectively.
*Control over the [[Secure shell|SSH]] encryption key and protocol version
*Command-line [[secure copy|SCP]] and [[SSH file transfer protocol|SFTP]] clients, called "pscp" and "psftp" respectively
*Control over [[port forwarding]] with SSH (local, remote or dynamic port forwarding), including built-in handling of [[X11]] forwarding
*Emulates most [[xterm]], [[VT102]] control sequences, as well as much of [[ECMA-48]] [[terminal emulator|terminal emulation]]
*[[IPv6]] support
*Supports [[Triple DES|3DES]], [[Advanced Encryption Standard|AES]], [[RC4|Arcfour]], [[Blowfish (cipher)|Blowfish]], [[Data Encryption Standard|DES]]
*[[Public-key]] authentication support (no [[Public key certificate|certificate]] support)
*Support for local serial port connections
*Self-contained executable requires no installation
*Supports the zlib@openssh.com delayed compression scheme (as of r9120 2011-03-05)


==History==
==History==

Revision as of 00:55, 19 August 2014

PuTTY
Developer(s)Simon Tatham
Initial releaseNovember 19, 1998; 25 years ago (1998-11-19)[1]
Stable release
0.63 / August 6, 2013; 10 years ago (2013-08-06)
Repository
Written inC
Operating systemWindows and Linux
TypeTerminal emulator
LicenseMIT license
Websitewww.chiark.greenend.org.uk/
~sgtatham/putty

PuTTY (/ˈpʌti/[2]) 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 (since version 0.59). The name "PuTTY" has no definitive meaning,[3] though "tty" is the name for a terminal in the Unix tradition, usually held to be short for Teletype.

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 Mac OS X, and unofficial ports have been contributed to platforms such as Symbian[4][5] and Windows Mobile.

PuTTY was written and is maintained primarily by Simon Tatham and is currently beta software.

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, and 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.

History

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

Components

PuTTY consists of several components:

  • PuTTY: the Telnet, rlogin, and SSH client itself, which can also connect to a serial port (since version 0.59)
  • 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 and DSA key generation utility
  • pterm: a standalone terminal emulator

See also

References

  1. ^ a b Revision 1 in PuTTY SVN
  2. ^ Putty FAQ – Pronunciation
  3. ^ "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.
  4. ^ PuTTY for Symbian OS
  5. ^ Forum Nokia Wiki – PuTTY for Symbian OS
  6. ^ PuTTY FAQ: Does PuTTY support SSH-2?
  7. ^ PuTTY Change Log

External links