From 5dced6a988ea045d67b7a852d099e647fbab3ee5 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 4 Nov 2021 15:52:19 +0100 Subject: [PATCH] added ssh config --- .ssh/config | 37 ++++++++++++++++++ .ssh/config.d/.propeller.swp | Bin 0 -> 12288 bytes .ssh/config.d/fsi | 67 ++++++++++++++++++++++++++++++++ .ssh/config.d/maschinendeck | 41 ++++++++++++++++++++ .ssh/config.d/propeller | 68 +++++++++++++++++++++++++++++++++ .ssh/config.d/propeller_kunden | 31 +++++++++++++++ 6 files changed, 244 insertions(+) create mode 100644 .ssh/config create mode 100644 .ssh/config.d/.propeller.swp create mode 100644 .ssh/config.d/fsi create mode 100644 .ssh/config.d/maschinendeck create mode 100644 .ssh/config.d/propeller create mode 100644 .ssh/config.d/propeller_kunden diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..9d0099c --- /dev/null +++ b/.ssh/config @@ -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 diff --git a/.ssh/config.d/.propeller.swp b/.ssh/config.d/.propeller.swp new file mode 100644 index 0000000000000000000000000000000000000000..133b1061485f5dd7ff068441b805d99dc504abbd GIT binary patch literal 12288 zcmeI2KWGzC9LIn4Pqk`QbaMM?Mm348LUAjKw#8bo)lvJBJd>ljd*SXf+)mB7%zuE>5lvE`lI}xay#j_X3E5CdZ1KQy2!_@2L? z=>8@&kMI9G|NlSPK{N~c!K3X&XTbMCq6gqK__2-XF*pylgF(;-zHB9W173kg;4ZiW zZh#offC;b%Yy$n@=@z1gAO^GG0+(0TTav@F>4cIyEY*K7VK?Tk( z20!iQxqV~YQjvMf@zkl~JT^5wGmR^DRhLwf>eSO&HsK^2sj7K$cGyW(b;%RLsFO)+ z#&<F$$NvX6MdQx`SO-0R8;Ct*;YXWXhnD~;4 zE2C8`Dlh6}HS61b*qvqWJOSCmpOt6Z4co@q-lLVl)*Hhx+oj-a-I%)-^QkV^B2zcj zMJ~rC40S!g2G^doSq}IUo`RZ!@?)S(%9-Rk=0v$ex+nq@59nf{;+hz;pR#wt~meiDtCIf zJ=fB-ksK`)LhKMf*#5PRKW8g;n+4pSm#bPk%y!Q?Pi4E+S6R-9xs}(#vvaAx{1Kh@ G_Mo3m;gg^M literal 0 HcmV?d00001 diff --git a/.ssh/config.d/fsi b/.ssh/config.d/fsi new file mode 100644 index 0000000..1209b2f --- /dev/null +++ b/.ssh/config.d/fsi @@ -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 + + diff --git a/.ssh/config.d/maschinendeck b/.ssh/config.d/maschinendeck new file mode 100644 index 0000000..7e21872 --- /dev/null +++ b/.ssh/config.d/maschinendeck @@ -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 diff --git a/.ssh/config.d/propeller b/.ssh/config.d/propeller new file mode 100644 index 0000000..94757e9 --- /dev/null +++ b/.ssh/config.d/propeller @@ -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 diff --git a/.ssh/config.d/propeller_kunden b/.ssh/config.d/propeller_kunden new file mode 100644 index 0000000..01ef4e8 --- /dev/null +++ b/.ssh/config.d/propeller_kunden @@ -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