Hardware-based SSH/PGP agent
Go to file
2018-08-18 12:55:46 +03:00
agents trezor: update setup.py for latest libagent and trezorlib 2018-05-05 21:05:02 +03:00
contrib Document argv[0] hack for NeoPG 2018-07-01 13:15:04 +03:00
doc Add 'hidapi' dependency 2018-08-18 12:55:46 +03:00
libagent Merge remote-tracking branch 'matejcik/master' 2018-08-02 22:01:31 +03:00
.bumpversion.cfg Bump version: 0.11.3 → 0.12.0 2018-07-25 13:47:48 +03:00
.gitignore gitignore: sublime text project files 2016-07-26 17:57:34 +03:00
.pylintrc gpg: allow setting passphrase cache expriration duration 2018-04-25 00:12:34 +03:00
.travis.yml setup: deprecate Python2 support 2018-03-08 09:18:37 +02:00
LICENSE Initial commit 2015-06-06 17:42:48 +03:00
README.md Add link to Ledger Nano S guide 2018-04-09 22:10:38 +03:00
release.sh build: add simple script for PyPI release 2018-02-19 15:12:01 +02:00
setup.py Bump version: 0.11.3 → 0.12.0 2018-07-25 13:47:48 +03:00
tox.ini setup: deprecate Python2 support 2018-03-08 09:18:37 +02:00

Hardware-based SSH/GPG agent

Build Status Chat

This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design here.

You can do things like sign your emails, git commits, and software packages, manage your passwords (with pass and gopass, among others), authenticate web tunnels and file transfers, and more.

See the following blog posts about this tool:

Currently TREZOR One, TREZOR Model T, Keepkey, and Ledger Nano S are supported.

Documentation

  • Installation instructions are here

  • SSH instructions and common use cases are here

    Note: If you're using Windows, see trezor-ssh-agent by Martin Lízner.

  • GPG instructions and common use cases are here

  • Instructions to configure a Trezor-style PIN entry program are here