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.
67 lines
2.3 KiB
67 lines
2.3 KiB
###############################################################################
|
|
# #
|
|
# ● ○ ○ ○ ● #
|
|
# ● ● ○ ● ● 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
|
|
|
|
|
|
|