Trezor Ssh Agent Versions Save

Trezor SSH Agent for Windows (Putty, WinSCP and more) + KeepKey supported!

v1.0.3

7 years ago

Changes:

  • Trezor firmware 1.3.6 support
  • Curve ed25519 support (as of today only Trezor 1.3.6 supports ed25519)

In order to set the curve type, please edit Trezor_Agent.properties file:

#{nist256p1 | ed25519}
CURVE_NAME=ed25519 

v1.0.2

8 years ago

Changes:

  • KeepKey device support!
  • Agent automatically clears cached PIN+Passphrase if not used for certain amount of time (default 60 mins)
  • Introducing settings file to customize certain app options:
BIP32_URI=ssh\://btc.rulez/connect  #URI to derive key, avoid _ char
DEVICE=trezor #{trezor|keepkey}
CURVE_NAME=nist256p1 #reserved for future feature
BIP32_INDEX=0 #addition to URI
SESSION_TIMEOUT=60 #lock-out timeout in minutes

Settings file is automatically created first time you start Trezor SSH Agent.

v1.0.1

8 years ago

Changes:

  • Passphrase support
  • Effective SSH username is displayed on Trezor's LCD
  • Actual device label is displayed in various messages and is used as a new key comment (compatible with old fixed comment)
  • Minor fixes and enhancements

v1.0.0

8 years ago

Trezor SSH Agent is a new Windows application for Trezor - the hardware bitcoin wallet! It allows users to SSH authenticate to UNIX and Linux servers with TOP security and convenience using ECDSA technology. All this is done in non-intrusive way, users keep on using their favorite clients like Putty, WinSCP or git and natively integrates them in Pageant-like fashion with Trezor SSH Agent. Trezor SSH Agent is absolutely safe for you, no harm can be done to your bitcoins or the wallet.

Please see more instructions in README.md file.

v0.9.0

8 years ago

This is initial beta release of Trezor SSH Agent inteded for internal review and testing.