diff options
| author | Christian Cleberg <[email protected]> | 2026-05-26 23:08:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-26 23:08:21 -0500 |
| commit | d33059a9136cd417a6a57ad73eef86a73f1d3fdf (patch) | |
| tree | 221a995ffcf969408bbca89a28ea76ab57bdf8f8 /common/ssh | |
| parent | fbd2faa806750596bb44dd7f4e1688493c651e82 (diff) | |
| download | dotfiles-d33059a9136cd417a6a57ad73eef86a73f1d3fdf.tar.gz dotfiles-d33059a9136cd417a6a57ad73eef86a73f1d3fdf.tar.bz2 dotfiles-d33059a9136cd417a6a57ad73eef86a73f1d3fdf.zip | |
enable macos agent keys
Diffstat (limited to 'common/ssh')
| -rw-r--r-- | common/ssh/.ssh/config | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 2300f0d..6929e57 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -2,18 +2,14 @@ Host homelab User cmc HostName 192.168.0.97 Port 22 -Host homelab-remote - User cmc - HostName 70.187.29.187 - Port 58219 Host hutch User cmc 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 |
