diff options
| author | Christian Cleberg <[email protected]> | 2026-04-08 09:55:18 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-08 09:55:18 -0500 |
| commit | d5ee2ed1fe21fee36ccaacbde0615345348903ac (patch) | |
| tree | 5bd3deb9899d6732b068e4b5800e52d3fe8e37f4 /common | |
| parent | f1ef816d122faaa9df9fdf5e846bf31801d63a16 (diff) | |
| download | dotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.tar.gz dotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.tar.bz2 dotfiles-d5ee2ed1fe21fee36ccaacbde0615345348903ac.zip | |
comment-out macos specific ssh options
Diffstat (limited to 'common')
| -rw-r--r-- | common/ssh/.ssh/config | 6 |
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 |
