Hardware-based SSH/PGP agent
Go to file
2018-03-10 09:35:23 +02:00
agents trezor_agent: fix broken PyPI package 2018-02-19 13:15:49 +02:00
doc Use Python3 by default 2018-03-03 01:24:08 +01:00
libagent trezor: handle passphrase on-device entry (for Model T) 2018-03-10 09:35:23 +02:00
.bumpversion.cfg Bump version: 0.9.8 → 0.10.0 2018-03-03 21:02:10 +02:00
.gitignore gitignore: sublime text project files 2016-07-26 17:57:34 +03:00
.pylintrc Rewrite gpg-init Bash script in Python 2017-10-11 20:26:06 +03:00
.travis.yml travis: pep8 -> pycodestyle 2017-12-03 21:53:42 +02:00
LICENSE Initial commit 2015-06-06 17:42:48 +03:00
README.md trezor: Both Trezor One and Model T are supported. 2018-03-03 01:23:35 +01:00
release.sh build: add simple script for PyPI release 2018-02-19 15:12:01 +02:00
setup.py Bump version: 0.9.8 → 0.10.0 2018-03-03 21:02:10 +02:00
tox.ini tox: pep8 -> pycodestyle 2017-12-02 21:14:03 +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 SatoshiLabs' blog posts about this feature:

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