diff options
author | fpi | 2020-02-26 19:18:14 +0100 |
---|---|---|
committer | fpi | 2020-02-26 19:58:33 +0100 |
commit | 4426392a53d127bd9452000e3d7b5c0a6e5f3325 (patch) | |
tree | 5e58ef0cb77504a559e83bf1146ebbc4aab48376 | |
parent | Add gpg-agent configuration (diff) |
Enable gpg keys for ssh authentication
-rw-r--r-- | gpg-agent.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gpg-agent.org b/gpg-agent.org index 70bbeca..3ba28c4 100644 --- a/gpg-agent.org +++ b/gpg-agent.org @@ -2,6 +2,7 @@ #+BEGIN_SRC sh :tangle no :results silent ln -sf $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf +ln -sf $(pwd)/tangle/sshcontrol ~/.gnupg/sshcontrol #+END_SRC @@ -17,3 +18,11 @@ max-cache-ttl-ssh 34560000 allow-emacs-pinentry allow-loopback-pinentry #+END_SRC +* Enable use as ssh keys +#+begin_src conf +enable-ssh-support +#+end_src + +#+begin_src conf :tangle tangle/sshcontrol +4AFDEF6B35160F892F61666CE891B2456D755807 +#+end_src |