refactor: properly setup ssh
This commit is contained in:
parent
9e69924211
commit
8e84f59ef5
6 changed files with 58 additions and 19 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue