add one-liner

This commit is contained in:
Bryan Black 2018-07-19 15:22:58 -07:00 committed by GitHub
parent 8147ee8fdd
commit 81b1fc2128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,10 @@ This assumes you [already added a GPG key to your Yubikey](https://github.com/dr
``` ```
The important part here is typing the **`username`** and **`hostname/IP`**. These variables are needed to write a correct config. The important part here is typing the **`username`** and **`hostname/IP`**. These variables are needed to write a correct config.
### The one-liner version
```
git clone git@github.com:stationgroup/gpg-agent-forward.git ; cd gpg-agent-forward ; ./yubikey_gpg-agent-forward.sh USER HOST.COM
```