diff options
author | David Runge <dave@sleepmap.de> | 2017-12-14 14:00:46 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-12-14 14:00:46 +0100 |
commit | a1f653c7bee4ed4c63e7e4090233684711f2d6d7 (patch) | |
tree | 6fae57607ed6a3c47a71cc62ef0160ce750facbf /.ssh/config | |
parent | dfe5bdb94945c78415e072c05cee07fa6c97b434 (diff) | |
download | dotfiles-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/config')
-rw-r--r-- | .ssh/config | 14 |
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 |