From f71903afb302ecbd3cc83f768b83ddd0692ffec9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 30 Apr 2026 17:12:03 -0500 Subject: comment-out macos-specific ssh options --- common/ssh/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 241f6c2..2300f0d 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -11,9 +11,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