Hello guys.
I'm having hard time to connect to the CLI from the VM Manager server via the SSH to port 10000.
Every-time i'm trying to connect to the CLI the session is closed.
Connection to localhost closed by remote host.
Connection to localhost closed.
I have even tried the workaround from the documentation.
$ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -l \
manager_username manager_ip -p 10000
Release is 3.4.
From the logs of CLI it seems that the issue is somewhere in the authorization in the web api where it fails.
2018-04-20 11:53:30,992 CEST [ NioProcessor-3] (tils.AbstractConnectionManager:120) ERRORĀ - AppFw session 1016 has failed to connect to WebService API.
com.oracle.ovm.mgr.ws.model.WsException: AUTH_000005:Invalid login credentials. (AUTH_000005)
Have anyone faced this issue?
Thank you for reply in advance
Matej