diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 13:43:57 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 13:43:57 -0500 |
| commit | e67ef1106c6edaf776ab1abb43e99721079a4883 (patch) | |
| tree | 4584508e07d25a323e477b4a8c804a03d6b64e2f /common/ssh | |
| parent | 347c36526205a81385f10cdb301f94fb05118339 (diff) | |
| download | dotfiles-e67ef1106c6edaf776ab1abb43e99721079a4883.tar.gz dotfiles-e67ef1106c6edaf776ab1abb43e99721079a4883.tar.bz2 dotfiles-e67ef1106c6edaf776ab1abb43e99721079a4883.zip | |
minor updates
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 6929e57..ccdf8a0 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -7,9 +7,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 |
