refactor: properly setup ssh

This commit is contained in:
Strix 2023-10-29 17:24:17 +01:00
parent 9e69924211
commit 8e84f59ef5
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
6 changed files with 58 additions and 19 deletions

View file

@ -2,20 +2,19 @@
## IXVD ssh config ##
#####################
# This config describes what the bastion hose is and how to jump
# This config describes where to connect to; internally.
Host link
HostName link.ixvd.net
HostName 10.0.0.2
Host keymaker
ProxyJump link
HostName 10.0.0.3
Host apoc
ProxyJump link
HostName 10.0.0.4
Host kid
ProxyJump link
HostName 10.0.0.5
Host mouse
ProxyJump link
HostName 10.0.0.6