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.
31 lines
1.4 KiB
31 lines
1.4 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
|
|
|