added new hosts "prusa", "newbridge" and "asgard"

master
Michael Ochmann 2 years ago
parent f423304f16
commit 5056fd37a0
  1. 12
      .ssh/config.d/maschinendeck

@ -10,7 +10,7 @@
# Version 1,0,0 # # 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 IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
User miko User miko
@ -35,11 +35,21 @@ host asgard
host mediapi host mediapi
Hostname mediapi.local Hostname mediapi.local
host prusa
Hostname prusa.local
host bridge host bridge
Hostname bridge.local Hostname bridge.local
ProxyJump asgard ProxyJump asgard
KexAlgorithms diffie-hellman-group-exchange-sha256 KexAlgorithms diffie-hellman-group-exchange-sha256
host newbridge
Hostname newbridge.local
host tuer host tuer
Hostname 192.168.0.101 Hostname 192.168.0.101
ProxyJump asgard ProxyJump asgard
host fujitsu
HostName 192.168.0.107
ProxyJump asgard

Loading…
Cancel
Save