Hardware-based SSH/PGP agent
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Iet uz failu
Roman Zeyde 71f357c1bf
Add 'hidapi' dependency
pirms 6 gadiem
agents trezor: update setup.py for latest libagent and trezorlib pirms 6 gadiem
contrib Document argv[0] hack for NeoPG pirms 6 gadiem
doc Add 'hidapi' dependency pirms 6 gadiem
libagent Merge remote-tracking branch 'matejcik/master' pirms 6 gadiem
.bumpversion.cfg Bump version: 0.11.3 → 0.12.0 pirms 6 gadiem
.gitignore gitignore: sublime text project files pirms 8 gadiem
.pylintrc gpg: allow setting passphrase cache expriration duration pirms 6 gadiem
.travis.yml setup: deprecate Python2 support pirms 6 gadiem
LICENSE Initial commit pirms 9 gadiem
README.md Add link to Ledger Nano S guide pirms 6 gadiem
release.sh build: add simple script for PyPI release pirms 6 gadiem
setup.py Bump version: 0.11.3 → 0.12.0 pirms 6 gadiem
tox.ini setup: deprecate Python2 support pirms 6 gadiem

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