README: add GPG part

This commit is contained in:
Roman Zeyde
2016-06-20 22:38:30 +03:00
parent ed2d71cc08
commit db874ad98f
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Using TREZOR as a hardware SSH agent
# Using TREZOR as a hardware SSH/GPG agent
[![Build Status](https://travis-ci.org/romanz/trezor-agent.svg?branch=master)](https://travis-ci.org/romanz/trezor-agent)
[![Python Versions](https://img.shields.io/pypi/pyversions/trezor_agent.svg)](https://pypi.python.org/pypi/trezor_agent/)
@@ -12,4 +12,7 @@ See SatoshiLabs' blog post about this feature:
- https://medium.com/@satoshilabs/trezor-firmware-1-3-4-enables-ssh-login-86a622d7e609
## SSH usage
See the following [link](README-SSH.md) for instructions.
See the following [link](README-SSH.md) for instructions.
## GPG usage
See the following [link](README-GPG.md) for instructions.