All,
I'm working through the RESTCONF API to get a device added, fetch-keys and sync-from.
My device add and fetch keys API calls are working
I'm attempting to invoke a sync-from on a deployed dev-csr device but it's failing
The sync-from works via ncs_cli without issue.
When attempting it from RESTCONF API I get the following JSON response
{
"tailf-ncs:output": {
"result": false,
"info": "Failed to connect to device dev-csr: connection refused: NEDCOM CONNECT: Authenticate: Exhausted available
authentication methods. Server allowed: [ publickey keyboard-interactive password ] in new state"
}
}
Am I incorrect to think any authentication parameters for the NED would be defined by the authgroup configured and appear to be working properly when I sync-from using CLI?
Any direction on troubleshooting this please.
-Scott