backup_script.sh.sample: adding comment at SSH Hopping section concerning 'HostKeyAlgorithms' settings.

This commit is contained in:
Christoph 2022-12-19 17:51:24 +01:00
parent 282b79f682
commit 07e65564d3

View File

@ -54,7 +54,12 @@ ssh_tunnel_key_file=
## - LogLevel FATAL
## -
## - NOTE !!
## - you cannot have different entries for localhost.
## - If this is not working, check your 'HostKeyAlgorithms' settings at gateway. Maybe
## - adding algorithm 'ecdsa-sha2-nistp256' helps. However, the default settings should
## - work in any case.
## -
## - NOTE !!
## - you cannot have different entries for localhost in '/.ssh/config'.
## -
## - A ssh tunnel localhost -> $hop_host -> $target_host
## - will be created.