From 6c492d34bae463b19b019880656db637d811b67a Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 27 Aug 2024 07:14:16 -0600 Subject: [PATCH] configs/ssh: add back addkeystoagent, just without the time limit --- configs/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index ed412dd..0911570 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -29,6 +29,7 @@ in controlpath /tmp/ssh-%r@%h:%p VerifyHostKeyDNS yes + AddKeysToAgent yes CanonicalizeHostname always ''; };