Hardware-based SSH/PGP agent
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Roman Zeyde 71f357c1bf
Add 'hidapi' dependency
6 vuotta sitten
agents trezor: update setup.py for latest libagent and trezorlib 6 vuotta sitten
contrib Document argv[0] hack for NeoPG 6 vuotta sitten
doc Add 'hidapi' dependency 6 vuotta sitten
libagent Merge remote-tracking branch 'matejcik/master' 6 vuotta sitten
.bumpversion.cfg Bump version: 0.11.3 → 0.12.0 6 vuotta sitten
.gitignore gitignore: sublime text project files 8 vuotta sitten
.pylintrc gpg: allow setting passphrase cache expriration duration 6 vuotta sitten
.travis.yml setup: deprecate Python2 support 6 vuotta sitten
LICENSE Initial commit 9 vuotta sitten
README.md Add link to Ledger Nano S guide 6 vuotta sitten
release.sh build: add simple script for PyPI release 6 vuotta sitten
setup.py Bump version: 0.11.3 → 0.12.0 6 vuotta sitten
tox.ini setup: deprecate Python2 support 6 vuotta sitten

README.md

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