From 18aa1e1e11fc898b8951cf8e4e747892fde70f5b Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 14 Nov 2017 10:46:44 +0100 Subject: .ssh/config: Adding config for repos.archlinux.org --- .ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.ssh') 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 -- cgit v1.2.3-54-g00ecf