diff options
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 |