added to ssh configs

master
Michael Ochmann 3 years ago
parent 829d857afd
commit 12372df46b
  1. 17
      .ssh/config
  2. 6
      .ssh/config.d/maschinendeck
  3. 9
      .ssh/config.d/propeller

@ -30,6 +30,13 @@ Host mikob
ServerAliveInterval 30 ServerAliveInterval 30
ServerAliveCountMax 3 ServerAliveCountMax 3
Host jacko
User pbikes
HostName gacrux.uberspace.de
IdentityFile ~/.ssh/massivedynamic_rsa
ServerAliveInterval 30
ServerAliveCountMax 3
Host miko Host miko
User mikob User mikob
HostName giacobini.uberspace.de HostName giacobini.uberspace.de
@ -40,3 +47,13 @@ Host gitlab.com
User git User git
HostName gitlab.com HostName gitlab.com
IdentityFile ~/.ssh/massivedynamic_rsa IdentityFile ~/.ssh/massivedynamic_rsa
Host github.com
User git
HostName github.com
IdentityFile ~/.ssh/massivedynamic_rsa
Host gitlab.fsi.hochschule-trier.de
User git
HostName gitlab.fsi.hochschule-trier.de
IdentityFile ~/.ssh/uni_rsa

@ -10,12 +10,13 @@
# Version 1,0,0 # # Version 1,0,0 #
# # # #
############################################################################### ###############################################################################
host mdeck.new asgard tuer bridge mdeck.uber.space host asgard tuer bridge mdeck.uber.space mediapi
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
User miko User miko
host mdeck.new host mdeck.new
HostName tritton.uberspace.de HostName tritton.uberspace.de
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
User maschine User maschine
host mdeck.uber.space host mdeck.uber.space
@ -31,6 +32,9 @@ host asgard
Hostname tuer.maschinendeck.org Hostname tuer.maschinendeck.org
ForwardAgent yes ForwardAgent yes
host mediapi
Hostname mediapi.local
host bridge host bridge
Hostname bridge.local Hostname bridge.local
ProxyJump asgard ProxyJump asgard

@ -25,7 +25,7 @@ Host gitlab.propeller.de
IdentityFile /Users/mochmann/.ssh/propeller_rsa IdentityFile /Users/mochmann/.ssh/propeller_rsa
ForwardAgent yes ForwardAgent yes
Host anubis atum hapi min aton thot geb ptah bastet propeller.technology crommelin ra selket Host anubis atum hapi min aton thot geb ptah bastet propeller.technology crommelin ra selket blackbird
User mochmann User mochmann
IdentityFile /Users/mochmann/.ssh/propeller_rsa IdentityFile /Users/mochmann/.ssh/propeller_rsa
ForwardAgent yes ForwardAgent yes
@ -52,6 +52,8 @@ Host ra
HostName ra.propeller.de HostName ra.propeller.de
Host selket Host selket
HostName selket.propeller.de HostName selket.propeller.de
Host blackbird
HostName blackbird.propeller.de
# OLD HOSTS # OLD HOSTS
Host ark ichigo manticore zerotwo nexus mars Host ark ichigo manticore zerotwo nexus mars
@ -70,3 +72,8 @@ Host nexus
HostName nexus.propeller.de HostName nexus.propeller.de
Host mars Host mars
HostName mars.propeller.de HostName mars.propeller.de
Host pbx
HostName propellerpbx.propeller.local
User root
IdentityFile /Users/mochmann/.ssh/propeller_rsa

Loading…
Cancel
Save