From ed6eff2a155bf51ad23b23bef9bbb070784e8233 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 17 Sep 2019 08:05:14 +0200 Subject: [PATCH] jump host for mother --- .ssh/config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ssh/config.in b/.ssh/config.in index ab97485..463b92d 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -143,6 +143,10 @@ Host embryo.gauting.madduck.net | embryo Host mother.gauting | mother | mother.gauting.madduck.net Hostname mother.gauting +Host mother-via-embryo + Hostname mother.gauting + ProxyJump embryo.gauting.madduck.net + AddressFamily inet Host mothere Hostname embryo.gauting.madduck.net Port 22021 -- 2.39.2