EdgeRouter: merge error: SSL peer certificate or SSH remote key was not OK
3 minute read Modified:
merge does not work via scp
When I was testing something with my EdgeRouter Lite, I saw some command that might help me create a config outside the router itself and then load it. One of them was the merge command, so I tried to use it. The help information on the CLI was the following:
# merg<tab><tab>
Possible completions:
merge Load configuration from a file and merge running configuration
[edit]
# merge <tab>
Possible completions:
<Enter> Merge from system config file
<file> Merge from file on local machine
scp://<user>:<passwd>@<host>/<file> Merge from file on remote machine
ftp://<user>:<passwd>@<host>/<file> Merge from file on remote machine
http://<host>/<file> Merge from file on remote machine
tftp://<host>/<file> Merge from file on remote machine
[edit]
#