cmc/dotfiles

Using GNU Stow to manage my dotfiles.

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

d5ee2ed1fe21fee36ccaacbde0615345348903ac

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-08T14:55:18Z

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 d54acd0..1d58b8c 100644
--- a/common/ssh/.ssh/config
+++ b/common/ssh/.ssh/config
@@ -11,9 +11,9 @@ Host dell
   HostName 192.168.0.251
   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