diff options
-rw-r--r-- | .ssh/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index dcd1ef2..55cef45 100644 --- a/.ssh/config +++ b/.ssh/config @@ -174,6 +174,15 @@ Host build.archlinux.org Port 22 User dvzrv +Host mail.archlinux.org + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519_aur + Port 22 + User dvzrv + Host orion.archlinux.org Compression yes ControlMaster auto |