From 2e05d37c38d73125d6c89c7913b1b23f6f8e7bbd Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 14 Mar 2021 11:19:59 +0100 Subject: [PATCH] add ssh config --- .ssh/config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100755 index 0000000..8804a22 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,29 @@ +Host * + ControlPath ~/.ssh/cm-%r@%h:%p + ControlMaster auto + ControlPersist 10m + +Include ~/.ssh/bwnodes + +Host shells + HostName shells.entropia.de + Port 22 + User kunsi + +Host voellerei + HostName voellerei.club.entropia.de + Port 22 + User entropia + +Host raeumlichkeit + HostName raeumlichkeit.club.entropia.de + Port 22 + User kunsi + +Host poc + HostName poc-gw.entropia.de + Port 22 + User kunsi + +Host router-remote + HostName franzi-home.kunbox.net