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.
47 lines
1.7 KiB
47 lines
1.7 KiB
###############################################################################
|
|
# #
|
|
# ● ○ ○ ○ ● #
|
|
# ● ● ○ ● ● 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
|
|
|
|
Host git.gesis.org
|
|
HostName git.gesis.org
|
|
User git
|
|
IdentityFile ~/.ssh/prop_gesis_rsa
|
|
|
|
Host prop.gesis.prox
|
|
HostName test.gesis.org
|
|
User propeller
|
|
IdentityFile ~/.ssh/prop_gesis_rsa
|
|
|
|
Host prop.gesis
|
|
HostName gesis-web-propeller.lxc
|
|
User www-data
|
|
ProxyJump prop.gesis.prox
|
|
IdentityFile ~/.ssh/prop_gesis_rsa
|
|
|