aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-11-15 21:40:48 +0100
committerDavid Runge <dave@sleepmap.de>2016-11-15 21:40:48 +0100
commitde1eca1a35e098e2f7876ad22dd1d13477dfde28 (patch)
tree9cd99947d0d88578ae9a49c021305571a3057779 /.ssh
parentb958e5c9bb880784aabc0e32f89189915da27d92 (diff)
downloaddotfiles-de1eca1a35e098e2f7876ad22dd1d13477dfde28.tar.gz
dotfiles-de1eca1a35e098e2f7876ad22dd1d13477dfde28.tar.bz2
dotfiles-de1eca1a35e098e2f7876ad22dd1d13477dfde28.tar.xz
dotfiles-de1eca1a35e098e2f7876ad22dd1d13477dfde28.zip
.ssh/config: Adding aktpi host.
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 01438e3..e2e5572 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -133,6 +133,20 @@ Host marx
ControlPath ~/.ssh/socket-%r@%h:%p
ProxyCommand ssh sleepmap -W %h:%p
+Host aktpi
+ Hostname aktpi
+ 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 -W %h:%p
+
# EN324
Host trevor
Hostname trevor.ak.tu-berlin.de