diff options
-rw-r--r-- | .ssh/config | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 1c86677..b27b7b0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -365,7 +365,7 @@ Host nws4 Port 22 User dave IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519 ServerAliveInterval 120 Compression yes ControlMaster auto @@ -538,3 +538,12 @@ host repos.archlinux.org IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p + +host git.archlinux.org + hostname git.archlinux.org + port 22 + user dvzrv + IdentityFile ~/.ssh/id_ed25519_aur + IdentitiesOnly yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p |