aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-11-14 10:46:44 +0100
committerDavid Runge <dave@sleepmap.de>2017-11-14 10:46:44 +0100
commit18aa1e1e11fc898b8951cf8e4e747892fde70f5b (patch)
treeeeafd0a2c2a60e04232eca0e746c1c41a93ff331 /.ssh
parenta8c4c0505d44c771b78e879ea399761ebfd23110 (diff)
downloaddotfiles-18aa1e1e11fc898b8951cf8e4e747892fde70f5b.tar.gz
dotfiles-18aa1e1e11fc898b8951cf8e4e747892fde70f5b.tar.bz2
dotfiles-18aa1e1e11fc898b8951cf8e4e747892fde70f5b.tar.xz
dotfiles-18aa1e1e11fc898b8951cf8e4e747892fde70f5b.zip
.ssh/config: Adding config for repos.archlinux.org
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