Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Releases: martin-lizner/trezor-ssh-agent

1.0.3

04 Jul 19:16
Compare
Choose a tag to compare

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 

1.0.2

11 May 18:37
Compare
Choose a tag to compare

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.

1.0.1

24 Apr 17:12
Compare
Choose a tag to compare

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

Trezor SSH Agent 1.0.0 STABLE

25 Mar 14:44
Compare
Choose a tag to compare

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 beta version

12 Mar 22:14
Compare
Choose a tag to compare
v0.9.0 beta version Pre-release
Pre-release

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