added ssh config

master
Michael Ochmann 4 years ago
parent d075b9da79
commit 5dced6a988
  1. 37
      .ssh/config
  2. BIN
      .ssh/config.d/.propeller.swp
  3. 67
      .ssh/config.d/fsi
  4. 41
      .ssh/config.d/maschinendeck
  5. 68
      .ssh/config.d/propeller
  6. 31
      .ssh/config.d/propeller_kunden

@ -0,0 +1,37 @@
###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# My personal ssh config #
# Version 1,0.0 #
# #
###############################################################################
Include ~/.ssh/config.d/*
Host git.mike-ochmann.de box mikoc mikob
IdentityFile ~/.ssh/mikohosting_rsa
Host git.mike-ochmann.de
User git
HostName git.mike-ochmann.de
Host box
User miko
HostName box.mike-ochmann.de
Host mikoc
User miko
HostName bus.uberspace.de
ServerAliveInterval 30
ServerAliveCountMax 3
Host miko
User mikob
HostName giacobini.uberspace.de
ServerAliveInterval 30
ServerAliveCountMax 3

Binary file not shown.

@ -0,0 +1,67 @@
###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# ssh config for FSI - Hochschule Trier #
# Version 1,0.0 #
# #
###############################################################################
Host bastion minecraft
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
ForwardAgent yes
Host bastion
HostName 143.93.59.175
Host minecraft
Hostname minecraft.main.fsi
ProxyJump bastion
Host cloud
Hostname nextcloud.main.fsi
ProxyJump bastion
host zeus
HostName fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host morpheus
HostName morpheus.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host gitlab
HostName gitlab.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host cloud
HostName cloud.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host polyhymnia
HostName polyhymnia.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host phantasos
HostName phantasos.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host docker
HostName docker.fsi.rocks
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host chronos
HostName chronos.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa
host minecraft.old
HostName minecraft.fsi.hochschule-trier.de
User webmaster
IdentityFile /Users/mochmann/.ssh/uni_rsa

@ -0,0 +1,41 @@
###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# My ssh config for Maschinendeck Trier e.V. #
# Version 1,0,0 #
# #
###############################################################################
host mdeck.new mdeck tuer mcloud bridge mdeck.uber.space
IdentityFile /Users/mochmann/.ssh/maschinendeck_rsa
host mdeck.new
HostName tritton.uberspace.de
User maschine
host mdeck.uber.space
Hostname mdeck.uber.space
User mdeck
host mdeck
Hostname mdeck.uber.space
User mdeck
host tuer
Hostname tuer.maschinendeck.org
User alarm
ForwardAgent yes
host mcloud
HostName 192.168.0.64
ProxyJump tuer
User alarm
host bridge
Hostname bridge.local
User pi
ProxyJump tuer

@ -0,0 +1,68 @@
###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# My ssh config for propeller GmbH #
# Version 1,0,0 #
# #
###############################################################################
# uberspace
Host crommelin
HostName propeller.technology
User proadmin
ServerAliveInterval 30
ServerAliveCountMax 3
# gitlab
Host gitlab.propeller.de
HostName gitlab.propeller.de
User git
IdentityFile /Users/mochmann/.ssh/propeller_rsa
ForwardAgent yes
Host anubis atum hapi min aton thot geb ptah bastet propeller.technology crommelin
User mochmann
IdentityFile /Users/mochmann/.ssh/propeller_rsa
ForwardAgent yes
Host anubis
HostName anubis.propeller.de
Host atum
HostName atum.propeller.de
Host hapi
HostName hapi.propeller.de
Host min
HostName min.propeller.de
Host aton
HostName aton.propeller.de
Host thot
HostName thot.propeller.de
Host geb
HostName geb.propeller.de
Host ptah
HostName ptah.propeller.de
Host bastet
HostName bastet.propeller.de
# OLD HOSTS
Host ark ichigo manticore zerotwo nexus mars
User ochmann
IdentityFile /Users/mochmann/.ssh/id_rsa
Host ark
HostName ark.propeller.de
Host ichigo
HostName ichigo.propeller.de
Host manticore
HostName manticore.propeller.de
Host zerotwo
HostName zerotwo.propeller.de
Host nexus
HostName nexus.propeller.de
Host mars
HostName mars.propeller.de

@ -0,0 +1,31 @@
###############################################################################
# #
# ● ○ ○ ○ ● #
# ● ● ○ ● ● Mike Ochmann #
# ● ○ ● ○ ● https://mike-ochmann.de #
# ● ○ ○ ○ ● #
# ● ○ ○ ○ ● #
# #
# ssh config for systemas of customers of propeller GmbH #
# Version 1,0,0 #
# #
###############################################################################
Host prop.bistum
HostName srv01.bischoeflicheweingueter.de
User propeller
IdentityFile /Users/mochmann/.ssh/propeller_rsa
ForwardAgent yes
Host prop.heiligrock
HostName cloud1.bistum-trier.de
User heilig-rock
IdentityFile /Users/mochmann/.ssh/heiligrock_rsa
ForwardAgent yes
Host prop.meetingmasters
HostName meetingmasters.de
User typo3-install
IdentityFile /Users/mochmann/.ssh/meetingmasters_rsa
Port 56834
ForwardAgent yes
Loading…
Cancel
Save