From 858263ab3a31c81afdf908279c6f52f08da3c688 Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Wed, 7 Jul 2021 19:43:22 +0200 Subject: Move AddKeysToAgent to user SSH config file --- etc/ssh/ssh_config | 2 -- home/john/.ssh/config | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 46424c2..e75fb2d 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -49,5 +49,3 @@ # NetBSD.org DNS provides SSHFP records - use them when possible Host *.netbsd.org *.NetBSD.org VerifyHostKeyDNS ask - -AddKeysToAgent yes diff --git a/home/john/.ssh/config b/home/john/.ssh/config index ae1c286..75482ed 100644 --- a/home/john/.ssh/config +++ b/home/john/.ssh/config @@ -1,3 +1,5 @@ +AddKeysToAgent yes + Host r HostName ankarstrom.se User root -- cgit v1.2.3