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.
72 lines
2.2 KiB
72 lines
2.2 KiB
###############################################################################
|
|
# #
|
|
# ● ○ ○ ○ ● #
|
|
# ● ● ○ ● ● 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 ra selket
|
|
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
|
|
Host ra
|
|
HostName ra.propeller.de
|
|
Host selket
|
|
HostName selket.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
|
|
|