summaryrefslogtreecommitdiff
path: root/common/ssh
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-08 09:55:18 -0500
committerChristian Cleberg <[email protected]>2026-04-08 09:55:18 -0500
commitd5ee2ed1fe21fee36ccaacbde0615345348903ac (patch)
tree5bd3deb9899d6732b068e4b5800e52d3fe8e37f4 /common/ssh
parentf1ef816d122faaa9df9fdf5e846bf31801d63a16 (diff)
downloaddotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.tar.gz
dotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.tar.bz2
dotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.zip
comment-out macos specific ssh options
Diffstat (limited to 'common/ssh')
-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 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