From 5056fd37a02588c97519502b755fd02f923cd7df Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sat, 14 Jan 2023 21:20:30 +0100 Subject: [PATCH] added new hosts "prusa", "newbridge" and "asgard" --- .ssh/config.d/maschinendeck | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.ssh/config.d/maschinendeck b/.ssh/config.d/maschinendeck index fa8e7bc..7f69757 100644 --- a/.ssh/config.d/maschinendeck +++ b/.ssh/config.d/maschinendeck @@ -10,7 +10,7 @@ # Version 1,0,0 # # # ############################################################################### -host asgard tuer bridge mdeck.uber.space mediapi +host asgard tuer bridge mdeck.uber.space mediapi newbridge prusa fujitsu IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa User miko @@ -35,11 +35,21 @@ host asgard host mediapi Hostname mediapi.local +host prusa + Hostname prusa.local + host bridge Hostname bridge.local ProxyJump asgard KexAlgorithms diffie-hellman-group-exchange-sha256 +host newbridge + Hostname newbridge.local + host tuer Hostname 192.168.0.101 ProxyJump asgard + +host fujitsu + HostName 192.168.0.107 + ProxyJump asgard