diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2024-08-23 21:07:26 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2024-08-23 21:13:45 +0200 |
commit | f3c44a83c8f0484c1c831171c42d798ec6fd3e83 (patch) | |
tree | 3a9e1f555a8a7e5f86325b1c5b9f9befd74805cf /examples/backup/config.ssh | |
parent | 76fbd492f51298b29ec560818297b90a9ddef80f (diff) | |
download | itzks-systems-f3c44a83c8f0484c1c831171c42d798ec6fd3e83.tar.gz itzks-systems-f3c44a83c8f0484c1c831171c42d798ec6fd3e83.tar.bz2 itzks-systems-f3c44a83c8f0484c1c831171c42d798ec6fd3e83.zip |
dirvish: Add example ssh config, to support ProxyJump via Tjener, for hosts in .intern network; Improve README installation steps.
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 |