2016-06-20 19:38:30 +00:00
# Using TREZOR as a hardware SSH/GPG agent
2015-07-04 12:10:29 +00:00
2015-08-24 12:14:46 +00:00
[![Build Status ](https://travis-ci.org/romanz/trezor-agent.svg?branch=master )](https://travis-ci.org/romanz/trezor-agent)
2017-05-14 07:51:07 +00:00
[![Chat ](https://badges.gitter.im/romanz/trezor-agent.svg )](https://gitter.im/romanz/trezor-agent)
2015-09-19 11:14:50 +00:00
2016-06-23 19:23:08 +00:00
See SatoshiLabs' blog posts about this feature:
2015-09-19 11:31:40 +00:00
2016-06-23 19:23:08 +00:00
- [TREZOR Firmware 1.3.4 enables SSH login ](https://medium.com/@satoshilabs/trezor-firmware-1-3-4-enables-ssh-login-86a622d7e609 )
- [TREZOR Firmware 1.3.6 — GPG Signing, SSH Login Updates and Advanced Transaction Features for Segwit ](https://medium.com/@satoshilabs/trezor-firmware-1-3-6-20a7df6e692 )
2016-11-10 11:03:12 +00:00
- [TREZOR Firmware 1.4.0 — GPG decryption support ](https://www.reddit.com/r/TREZOR/comments/50h8r9/new_trezor_firmware_fidou2f_and_initial_ethereum/d7420q7/ )
2015-09-19 11:14:50 +00:00
2016-09-11 20:21:58 +00:00
## Installation
2017-05-14 18:08:55 +00:00
See the [following instructions ](INSTALL.md ) for the
[TREZOR ](https://trezor.io/ ), [Keepkey ](https://www.keepkey.com/ ) and
[Ledger Nano S ](https://www.ledgerwallet.com/products/ledger-nano-s ) devices.
2016-10-04 08:24:39 +00:00
2016-09-11 20:21:58 +00:00
## Usage
2016-11-10 11:08:48 +00:00
For SSH, see the [following instructions ](README-SSH.md ) (for Windows support,
2017-05-14 11:06:19 +00:00
see [trezor-ssh-agent ](https://github.com/martin-lizner/trezor-ssh-agent ) project by Martin Lízner).
2016-06-20 19:38:30 +00:00
2016-09-11 20:38:21 +00:00
For GPG, see the [following instructions ](README-GPG.md ).
2016-09-01 19:02:32 +00:00
2016-10-17 14:54:59 +00:00
See [here ](https://github.com/romanz/python-trezor#pin-entering ) for PIN entering instructions.