backup_script.sh.sample: adding comment at SSH Hopping section concerning 'HostKeyAlgorithms' settings.
This commit is contained in:
parent
282b79f682
commit
07e65564d3
@ -54,7 +54,12 @@ ssh_tunnel_key_file=
|
|||||||
## - LogLevel FATAL
|
## - LogLevel FATAL
|
||||||
## -
|
## -
|
||||||
## - NOTE !!
|
## - 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
|
## - A ssh tunnel localhost -> $hop_host -> $target_host
|
||||||
## - will be created.
|
## - will be created.
|
||||||
|
Loading…
Reference in New Issue
Block a user