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
rendaw 95e98d6eda Merge remote-tracking branch 'upstream/master' into doc-enhancements2 6 years ago
agents trezor_agent: fix broken PyPI package 6 years ago
doc Merge remote-tracking branch 'upstream/master' into doc-enhancements2 6 years ago
libagent ssh: fixup small refactoring bug 6 years ago
.bumpversion.cfg Bump version: 0.9.7 → 0.9.8 6 years ago
.gitignore gitignore: sublime text project files 8 years ago
.pylintrc Rewrite gpg-init Bash script in Python 7 years ago
.travis.yml travis: pep8 -> pycodestyle 7 years ago
LICENSE Initial commit 9 years ago
README.md Add additional information to docs; collect and reorganize sections 6 years ago
release.sh build: add simple script for PyPI release 6 years ago
setup.py gpg: allow setting passphrase from environment variable 6 years ago
tox.ini tox: pep8 -> pycodestyle 7 years ago

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 SatoshiLabs' blog posts about this feature:

Currently TREZOR, 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