init: initial commit
This commit is contained in:
commit
d2258d5808
10 changed files with 235 additions and 0 deletions
21
common/ssh_config
Normal file
21
common/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