PuTTY

From Leo's Notes
Last edited on 30 December 2021, at 01:52.

PuTTY is a simple SSH client. There is a fork of the original PuTTY named PuTTY Tray which contains a lot of extra useful features but is no longer maintained.

I've since created a patched version of PuTTY with the features I use from PuTTY Tray and is available on my GitLab repository https://git.steamr.com/others/putty.

PuTTY with Features[edit | edit source]

Modified PuTTY with extra features

My copy of upstream PuTTY with additional features. Get the source code or the latest pre-compiled binaries.

Features[edit | edit source]

  • Based on latest PuTTY source (0.71)
  • File based sessions, in addition to existing registry based sessions
  • On the fly Terminal Resizing (Ctrl + Scroll)
  • Window Transparency (Ctrl + Shift + Scroll)
  • Longer sessions list on startup

Features from PuTTY Tray that have not been implemented as they aren't useful to me:

  • Minimize to tray
  • Hyperlink support (risky, especially when working with malicious scripts or programs)
  • Adb
  • Cygterm
  • Embedded keygen and agent


Project Websites[edit | edit source]