From ff469b2ddcba596a2cd5b9b2f0efe3840fd868f5 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 8 Apr 2024 19:06:09 -0400 Subject: [PATCH] Added ssh config and gpg config --- .gnupg/gpg.conf | 4 ++-- .ssh/config | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .ssh/config diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf index b30aeaa..48d3860 100644 --- a/.gnupg/gpg.conf +++ b/.gnupg/gpg.conf @@ -6,5 +6,5 @@ auto-key-locate local # It will disable options before this marked block, but it will # never change anything below these lines. - -default-key 3159FF4CB13EBFB4 \ No newline at end of file +use-agent +default-key 3159FF4CB13EBFB4 diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..39f9ef0 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,14 @@ +#ControlMaster auto +#ControlPath ~/.ssh/controlmasters/%r@%h:%p +CanonicalizeHostname yes +CanonicalDomains home.ld linux-help.org +CanonicalizeMaxDots 1 +CanonicalizeFallbackLocal yes + +GSSAPIAuthentication no +GSSAPIDelegateCredentials no + +Include config.d/*.inc +IdentityAgent /run/user/%i/gnupg/S.gpg-agent.ssh +#RemoteForward /run/user/%i/gnupg/S.gpg-agent /run/user/%i/gnupg/S.gpg-agent.extra +