This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Releases: martin-lizner/trezor-ssh-agent
Releases · martin-lizner/trezor-ssh-agent
1.0.3
1.0.2
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
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
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
This is initial beta release of Trezor SSH Agent inteded for internal review and testing.