🔑 Simple GPG agent-forwarding config maker for Yubikey use with SSH
Go to file
Bryan Black 6fb007f4be
switch to URL from SSH for github
compat
2018-07-19 15:34:19 -07:00
LICENSE Create LICENSE 2018-07-19 15:09:12 -07:00
README.md switch to URL from SSH for github 2018-07-19 15:34:19 -07:00
yubikey_gpg-agent-forward.sh fix hostname variable 2018-07-19 15:20:06 -07:00

README.md

Forward your Yubikey gpg-agent to a remote host.

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 and now just want to forward it to a remote host.

./yubikey_gpg-agent-forward.sh admin host.example.com

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 https://github.com/stationgroup/gpg-agent-forward.git && cd gpg-agent-forward && ./yubikey_gpg-agent-forward.sh USER HOST.COM