a collection of my dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.8 KiB

###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# My ssh config for Maschinendeck Trier e.V. #
# Version 1,0,0 #
# #
###############################################################################
host asgard tuer bridge mdeck.uber.space mediapi newbridge prusa fujitsu
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
User miko
host mdeck.new
HostName tritton.uberspace.de
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
User maschine
host mdeck.uber.space
Hostname mdeck.uber.space
User mdeck
host mdeck
Hostname hamal.uberspace.de
User mdeck
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
host asgard
Hostname tuer.maschinendeck.org
ForwardAgent yes
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