#####################
## IXVD ssh config ##
#####################

# This config describes what the bastion hose is and how to jump


Host link
    HostName link.ixvd.net

Host keymaker
    HostName 10.0.0.3
    ProxyJump link

Host apoc
    HostName 10.0.0.4
    ProxyJump link

Host kid
    HostName 10.0.0.5
    ProxyJump link

Host mouse
    HostName 10.0.0.6
    ProxyJump link