refactor: properly setup ssh
This commit is contained in:
parent
9e69924211
commit
8e84f59ef5
6 changed files with 58 additions and 19 deletions
21
doc/config/ssh_config
Normal file
21
doc/config/ssh_config
Normal file
|
@ -0,0 +1,21 @@
|
|||
#####################
|
||||
## IXVD ssh config ##
|
||||
#####################
|
||||
|
||||
# This config describes what the bastion hose is and how to jump
|
||||
|
||||
|
||||
Host link
|
||||
HostName link.ixvd.net
|
||||
|
||||
Host keymaker
|
||||
ProxyJump link
|
||||
|
||||
Host apoc
|
||||
ProxyJump link
|
||||
|
||||
Host kid
|
||||
ProxyJump link
|
||||
|
||||
Host mouse
|
||||
ProxyJump link
|
Loading…
Add table
Add a link
Reference in a new issue