diff options
| author | Christian Cleberg <[email protected]> | 2026-04-30 17:12:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-30 17:12:03 -0500 |
| commit | f71903afb302ecbd3cc83f768b83ddd0692ffec9 (patch) | |
| tree | 735c8715325cd3126cf53d85bd26ca7049f12de6 | |
| parent | 898bc110cddb729b3f562007f172b89542f7a9d4 (diff) | |
| download | dotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.tar.gz dotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.tar.bz2 dotfiles-f71903afb302ecbd3cc83f768b83ddd0692ffec9.zip | |
comment-out macos-specific ssh options
| -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 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 |
