Update README.md

This commit is contained in:
Bryan Black 2018-07-19 14:52:49 -07:00 committed by GitHub
parent 12b06b2af2
commit b3cc3cee1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,12 @@
# gpg-agent-forward # Forward your Yubikey `gpg-agent` to remote host
Simple GPG agent-forwarding config maker for Yubikey use with SSH ### Simple GPG agent-forwarding config maker for Yubikey use with SSH.
## 📖 Getting Started
⚠️ Storing SSH keys on disk can be dangerous. Using a hardware crypto key can help mitigate key exfiltration from your local or remote hosts.
This assumes you [already added a GPG key to your Yubikey](https://github.com/drduh/YubiKey-Guide) and now just want to forward it to a remote host.
```
./yubikey_gpg-agent-forward.sh admin host.example.com
```