diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-10 19:03:13 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-10 19:03:13 +0200 |
| commit | 1cdb4f8d7db3ef610b76cc073c7bfb677c51fb6f (patch) | |
| tree | ca220130a8adbf66baf1901a60ad16879a27a5fc | |
| parent | 4a85cfde4c89692f5cc621b31398d8376088b602 (diff) | |
Fix the setup for pgp pinentry
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,8 +78,9 @@ gpg --edit-key [email protected] ```bash sudo apt update -y sudo apt upgrade -y -sudo apt install scdaemon vim htop tmux pass pass-extension-otp git-crypt -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 ssh-add -L > ~/.ssh/.authorized_keys sudo systemctl enable ssh sudo ufw enable |
