2016-09-11 23:38:21 +03:00
2016-06-03 22:40:17 +03:00
2016-05-26 22:31:39 +03:00
2015-06-06 17:42:48 +03:00
2016-09-11 23:38:21 +03:00
2016-09-11 23:08:11 +03:00
2016-05-27 19:48:28 +03:00

Using TREZOR as a hardware SSH/GPG agent

Build Status Python Versions Package Version Development Status Downloads

See SatoshiLabs' blog posts about this feature:

Installation

First, make sure that the latest trezorlib Python package is installed correctly (at least v0.6.6):

$ apt-get install python-dev libusb-1.0-0-dev libudev-dev
$ pip install Cython trezor

Then, install the latest trezor_agent package:

$ pip install trezor_agent

Finally, verify that you are running the latest TREZOR firmware version (at least v1.4.0):

$ trezorctl get_features | head
vendor: "bitcointrezor.com"
major_version: 1
minor_version: 4
patch_version: 0
...

Usage

For SSH, see the following instructions.

For GPG, see the following instructions.

Questions, suggestions and discussions are welcome: Chat

Troubleshooting

If there is an import problem with the installed protobuf package, see this issue for fixing it.

Description
Hardware-based SSH/GPG/age agent
Readme 2 MiB
Languages
Python 99.9%