From a1f653c7bee4ed4c63e7e4090233684711f2d6d7 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 14 Dec 2017 14:00:46 +0100 Subject: .ssh/config: Adding global trvlr ssh config. --- .ssh/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 12e1527..448e0fc 100644 --- a/.ssh/config +++ b/.ssh/config @@ -90,6 +90,20 @@ Host gdvzrv ControlPath ~/.ssh/socket-%r@%h:%p ProxyCommand ssh sleepmap.de -W %h:%p +Host gtrvlr + Hostname trvlr + Port 22 + user dave + ForwardAgent yes + IdentityFile ~/.ssh/id_ed25519 + IdentitiesOnly yes + ServerAliveInterval 120 + Compression yes + ForwardX11Trusted yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + ProxyCommand ssh sleepmap.de -W %h:%p + Host gpitheunlord Hostname pitheunlord Port 22 -- cgit v1.2.3-54-g00ecf