aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-11-04 13:25:00 +0100
committerDavid Runge <dave@sleepmap.de>2017-11-04 13:25:00 +0100
commit38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48 (patch)
treee91c02933430e0386156eb1622b51baf15d23045 /.ssh
parentc9e711b9597a570bd3a7312302cc362e6bcae53d (diff)
downloaddotfiles-38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48.tar.gz
dotfiles-38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48.tar.bz2
dotfiles-38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48.tar.xz
dotfiles-38fda1a3dfc9cba2090e09ffd3ee11e0a4f5ee48.zip
.ssh/config: Adding ssh settings for arch linux servers.
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config34
1 files changed, 34 insertions, 0 deletions
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
+