diff options
Diffstat (limited to 'examples/backup/config.ssh')
-rw-r--r-- | examples/backup/config.ssh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/backup/config.ssh b/examples/backup/config.ssh new file mode 100644 index 0000000..529405d --- /dev/null +++ b/examples/backup/config.ssh @@ -0,0 +1,5 @@ +# If 10.0.0.0/16er network is not reachable directly (because of e.g. firewall issues), +# use tjener.mgmt (old tjener.backbone) as ProxyJump server. +Host *.intern + # Make sure you have ssh-copy-id'd your key to root@! + ProxyJump root@tjener.mgmt |