Add script to fix SSH connectivity with gpg-agent

master
nirenjan 2019-04-24 13:23:04 -07:00
parent b712bc45dd
commit 6fd68fce42
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
# GPG-agent on Ubuntu Bionic complains with the following error when trying
# to use gpg-agent as an ssh-agent.
# sign_and_send_pubkey: signing failed: agent refused operation
# A search indicates the following bug report on Debian, which also
# gives a helpful hint for fixing this problem.
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835394
gpg-connect-agent updatestartuptty /bye