Hardware-based SSH/PGP agent
Go to file
2016-11-12 20:51:14 +02:00
scripts gpg: launch agent before starting the shell 2016-11-06 22:39:45 +02:00
trezor_agent keyring: fix test case for iterlines() 2016-11-12 20:51:14 +02:00
.gitignore gitignore: sublime text project files 2016-07-26 17:57:34 +03:00
.pylintrc pylint: enable "fixme" 2016-10-29 19:44:54 +03:00
.travis.yml travis: install keepkey from GitHub 2016-10-31 22:40:23 +02:00
LICENSE Initial commit 2015-06-06 17:42:48 +03:00
README-GPG.md gpg: add usage example for GPA 2016-11-11 20:05:47 +02:00
README-SSH.md README: add Hg demo 2016-11-08 21:45:42 +02:00
README.md README: link to trezor-ssh-agent for Windows support 2016-11-10 13:09:53 +02:00
setup.py bump version 2016-11-04 21:16:15 +02:00
tox.ini removed .decode('ascii') and added missing bytestrings 2016-10-01 10:02:46 +02: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 -U setuptools
$ 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
...

If you have an error regarding protobuf imports (after installing it), please see this issue.

Usage

For SSH, see the following instructions (for Windows support, see trezor-ssh-agent project (by Martin Lízner)).

For GPG, see the following instructions.

See here for PIN entering instructions.

Troubleshooting

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

Gitter

Questions, suggestions and discussions are welcome: Chat