all: make ssh_config not use confirm for now

This commit is contained in:
Aaron Bieber 2023-11-09 06:22:27 -07:00
parent 0f8a64e490
commit 5038b6689b
No known key found for this signature in database

View File

@ -214,7 +214,7 @@ in
controlpath /tmp/ssh-%r@%h:%p
VerifyHostKeyDNS yes
AddKeysToAgent confirm 90m
AddKeysToAgent 90m
CanonicalizeHostname always
'';
};