Commit-archive silently failing

Version 1.3.0-rc6

Valid commit-archive scp location isn’t working. No errors, when typing commit it just commits the change locally and never tries to send to the remote archive.

I had been dealing with this error:

SSL peer certificate or SSH remote key was not OK
More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Failed!

And following a different thread on this forum I did the following:

ssh-keyscan >> ~/.ssh/known_hosts

And that is when it began to just silently fail. The scp location has been in use for a while, from multiple different vyos routers.

There is a task ⚓ T3688 Fail to save configuration via scp/sftp for it
Also you can find PR with fix which wasn’t merged but works

1 Like