summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-30 17:12:03 -0500
committerChristian Cleberg <[email protected]>2026-04-30 17:12:03 -0500
commitf71903afb302ecbd3cc83f768b83ddd0692ffec9 (patch)
tree735c8715325cd3126cf53d85bd26ca7049f12de6
parent898bc110cddb729b3f562007f172b89542f7a9d4 (diff)
downloaddotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.tar.gz
dotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.tar.bz2
dotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.zip
comment-out macos-specific ssh options
-rw-r--r--common/ssh/.ssh/config6
1 files changed, 3 insertions, 3 deletions
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