From e67ef1106c6edaf776ab1abb43e99721079a4883 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 13:43:57 -0500 Subject: minor updates --- common/ssh/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/ssh') diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 6929e57..ccdf8a0 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -7,9 +7,9 @@ Host hutch HostName 159.203.91.165 Port 22 Host * - AddKeysToAgent yes - UseKeychain yes - IdentityFile ~/.ssh/id_ed25519 + #AddKeysToAgent yes + #UseKeychain yes + #IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300 -- cgit v1.2.3