From 38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 4 Nov 2017 13:25:00 +0100 Subject: .ssh/config: Adding ssh settings for arch linux servers. --- .ssh/config | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to '.ssh/config') diff --git a/.ssh/config b/.ssh/config index a888924..4c122a9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -439,3 +439,37 @@ Host shell.c-base.org ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p +# arch linux +Host orion.archlinux.org + Hostname orion.archlinux.org + Port 22 + user dvzrv + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + +Host soyuz.archlinux.org + Hostname soyuz.archlinux.org + Port 22 + user dvzrv + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + +Host pkgbuild.com + Hostname pkgbuild.com + Port 22 + user dvzrv + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519_aur + ServerAliveInterval 120 + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + -- cgit v1.2.3-70-g09d2