aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-12-14 14:00:46 +0100
committerDavid Runge <dave@sleepmap.de>2017-12-14 14:00:46 +0100
commita1f653c7bee4ed4c63e7e4090233684711f2d6d7 (patch)
tree6fae57607ed6a3c47a71cc62ef0160ce750facbf /.ssh
parentdfe5bdb94945c78415e072c05cee07fa6c97b434 (diff)
downloaddotfiles-a1f653c7bee4ed4c63e7e4090233684711f2d6d7.tar.gz
dotfiles-a1f653c7bee4ed4c63e7e4090233684711f2d6d7.tar.bz2
dotfiles-a1f653c7bee4ed4c63e7e4090233684711f2d6d7.tar.xz
dotfiles-a1f653c7bee4ed4c63e7e4090233684711f2d6d7.zip
.ssh/config: Adding global trvlr ssh config.
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config14
1 files changed, 14 insertions, 0 deletions
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