Skip to content

Releases: r4dius/AutoPuTTY

v0.52

11 Sep 09:43

Choose a tag to compare

Changes in this release

  • Fixed a configuration bug where cryptography working depended on the computer's CPU count, preventing the app from being moved to a machine with a different CPU count. Thanks to veco68 for signaling.
  • Added basic shortcut and context menu options to copy selected server informations.

Previous releases

  • Vault view for password reuse
    Added a new "Vault" view to easily manage and reuse passwords.

    • Click the 🔑 key icon to switch to Vault view.
    • Create a vault entry, then in Server view, click on Password to select from the Vault list.
  • Agent forwarding support

    • Added agent forwarding options for PuTTY and WinSCP.
      (Not sure why this was missing before...)
  • UI Improvements

    • Fixed saving of window position and size.
    • Added option to auto-hide passwords when selection changes.
    • Added lock shortcut to quickly lock the interface (Ctrl+L).
  • Stronger configuration encryption

    • Config file encryption has been upgraded to use stronger cryptography.
  • New binary: autoputtys.exe
    For users who need enforced strong password usage, a second binary is included:

    • Requires setting a password at startup.
    • Password use is mandatory and can't be disabled.
    • Disables WinSCP plaintext proxy jump for security.
  • Update: PuTTY 0.83

    • PuTTY binary has been updated to version 0.83.

v0.51

22 Apr 16:58

Choose a tag to compare

Changes in this release

  • Vault view for password reuse
    Added a new "Vault" view to easily manage and reuse passwords.

    • Click the 🔑 key icon to switch to Vault view.
    • Create a vault entry, then in Server view, click on Password to select from the Vault list.
  • Agent forwarding support

    • Added agent forwarding options for PuTTY and WinSCP.
      (Not sure why this was missing before...)
  • UI Improvements

    • Fixed saving of window position and size.
    • Added option to auto-hide passwords when selection changes.
    • Added lock shortcut to quickly lock the interface (Ctrl+L).
  • Stronger configuration encryption

    • Config file encryption has been upgraded to use stronger cryptography.
  • New binary: autoputtys.exe
    For users who need enforced strong password usage, a second binary is included:

    • Requires setting a password at startup.
    • Password use is mandatory and can't be disabled.
    • Disables WinSCP plaintext proxy jump for security.
  • Update: PuTTY 0.83

    • PuTTY binary has been updated to version 0.83.

v0.30

13 Feb 23:39

Choose a tag to compare

  • Added SSH jump for putty / winscp (use included custom putty 0.77 binary until official version supports command line) :
    Use syntax in username field : proxy_username:proxy_password@proxy_hostname:proxy_port#username
    :proxy_password and :proxy_port are optional, will use 22 as default port
  • Added options to save position and size