From dc7522eff265977d2c5716daaa5c48f87fc53318 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Jun 2021 19:34:51 +0200 Subject: Add the gpg conf file to allow forwarded agents --- .gnupg/gpg.conf | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gnupg/gpg.conf diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf new file mode 100644 index 0000000..d53cb13 --- /dev/null +++ b/.gnupg/gpg.conf @@ -0,0 +1 @@ +use-agent diff --git a/README.md b/README.md index 50b53fe..3deee83 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ sudo apt update -y sudo apt upgrade -y sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt pinentry-tty -y ln -sf ~/.rc/.bashrc ~/.bashrc + sudo ln -sf /usr/bin/pinentry-tty /usr/local/bin/pinentry-tty +ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf + ssh-add -L > ~/.ssh/.authorized_keys sudo systemctl enable ssh sudo ufw enable -- cgit v1.2.3