Updated ssh settings
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# This file is for private SSH configurations
|
||||
|
||||
### Netcup
|
||||
|
||||
Host apollo
|
||||
Hostname apollo.ext.servhub.eu
|
||||
user jan
|
||||
port 865
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host unlock-apollo
|
||||
Hostname apollo.ext.servhub.eu
|
||||
User root
|
||||
Port 2222
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host aegis aegis.ext.servhub.eu
|
||||
Hostname aegis.ext.servhub.eu
|
||||
Port 865
|
||||
|
||||
### Hetzner
|
||||
|
||||
Host andromeda
|
||||
HostName andromeda.ext.servhub.eu
|
||||
LocalForward 3001 127.0.0.1:3389
|
||||
|
||||
Host unlock-andromeda
|
||||
HostName andromeda.ext.servhub.eu
|
||||
User root
|
||||
|
||||
### Oracle Cloud
|
||||
|
||||
Host sirius sirius.ext.servhub.eu
|
||||
Hostname sirius.ext.servhub.eu
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
Port 22
|
||||
|
||||
Host mail2 mail2.ext.servhub.eu
|
||||
HostName mail2.ext.servhub.eu
|
||||
|
||||
|
||||
### Contabo
|
||||
Host loki loki.ext.servhub.eu
|
||||
Hostname loki.ext.servhub.eu
|
||||
Port 865
|
||||
|
||||
### IONOS
|
||||
|
||||
Host heimdall heimdall.ext.servhub.eu
|
||||
Hostname heimdall.ext.servhub.eu
|
||||
Port 865
|
||||
|
||||
# Defaults
|
||||
Host Match final host *.servhub.eu
|
||||
User jan
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
IdentitiesOnly yes
|
||||
Reference in New Issue
Block a user