cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

f71903afb302ecbd3cc83f768b83ddd0692ffec9

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-30T22:12:03Z

comment-out macos-specific ssh options
 common/ssh/.ssh/config | 6 +++---
 1 file 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