aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index 4c122a9..12e1527 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -473,3 +473,11 @@ Host pkgbuild.com
ControlMaster auto
ControlPath ~/.ssh/socket-%r@%h:%p
+host repos.archlinux.org
+ hostname repos.archlinux.org
+ port 22
+ user dvzrv
+ IdentityFile ~/.ssh/id_ed25519_aur
+ IdentitiesOnly yes
+ ControlMaster auto
+ ControlPath ~/.ssh/socket-%r@%h:%p