When user is configured with scponly shell
This works:
scp /home/ubnt/test.txt user@remoteip:/path/to/dir/
This doesn't work
set system config-management commit-archive location scp://<user>:<password>@remoteip:/path/to/dir/
How can I restrict the SCP user that I'm putting on my routers to only have access to SCP?