This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/putty/badges/latest-version.svg)](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]]