putty
Graphical SSH (Secure SHell) and telnet client
PuTTY is a graphical text terminal client. It supports SSH, telnet, and raw socket connections with good terminal emulation. It can authenticate with public keys and Kerberos single-sign-on. It also includes command-line SFTP and older SCP implementations.
- Versions: 0.81
- Website: https://www.chiark.greenend.org.uk/~sgtatham/putty/
- Licenses: Expat
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of putty as follows:
guix install putty
Or install a particular version:
guix install [email protected]
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of putty about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/putty'><img src='https://packages.guix.gnu.org/packages/putty/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/putty)
Example Org:
[[https://packages.guix.gnu.org/packages/putty][https://packages.guix.gnu.org/packages/putty/badges/latest-version.svg]]