diff options
| author | Christian Cleberg <[email protected]> | 2026-04-15 18:15:02 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-15 18:15:02 -0500 |
| commit | 37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a (patch) | |
| tree | e93e1ac226756170c70ecf85c636c95cfe8edd2e /common/ssh | |
| parent | 3bd858e379e84f1655f57f88a1d9ee079d7e10b0 (diff) | |
| download | dotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.tar.gz dotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.tar.bz2 dotfiles-37e2a70e6bb1b2fa5aac2971fb6ca69ca844551a.zip | |
fix: resolve multiple server names in default.conf and multiple 443 blocks in ao
Diffstat (limited to 'common/ssh')
| -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 2300f0d..241f6c2 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 |
