Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| # Add these contents to ~/.config/fish/config.fish | |
| # If using Brew, config.fish is located in /usr/local/Cellar/fish/[version]/etc/fish/ | |
| # Generally recommend using the installer from https://fishshell.com instead of brew | |
| # to avoid version updates overwriting the config file | |
| # Start or re-use a gpg-agent. | |
| gpgconf --launch gpg-agent | |
| # Ensure that GPG Agent is used as the SSH agent | |
| set -e SSH_AUTH_SOCK |
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |