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

21
doc/config/ssh_config Normal file
View 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