Hi guys
I downloaded the virtual machine from
http://www.liberouter.org/docs/2014-11-24-netopeer-demo.ova
as mentioned in
https://github.com/CESNET/Netopeer-GUI/issues/71
Almost everything seems to work well, but when I try to login to the Netopeer-GUI console as admin user (with pass as the password) is fails. I can see the following in the logs at
/var/www/netopeer-gui/app/logs/prod.data.log
[2015-04-15 16:45:38] app.INFO: Handle: connect with params {"params":{"host":"localhost","user":"admin","port":"830","capabilities":["urn:ietf:params:netconf:base:1.0","urn:ietf:params:netconf:base:1.1"]}} []
[2015-04-15 16:45:38] app.ERROR: Could not connect. {"error":" Error: array (\n 0 => 'Unable to authenticate to the remote server (publickey,gssapi-keyex,gssapi-with-mic,password disabled or permission denied).',\n)"} []
[2015-04-15 16:45:38] app.INFO: Handle result: connect {"response":1} []
Is there something I'm missing with this out of the box config?
Sean