bragonznx edited a comment on issue #5051: URL: https://github.com/apache/cloudstack/issues/5051#issuecomment-850845522
Ok thanks I found the issue, it was double and no documented at all. 1) Yes you need to use the ID and not the UUID, but the WEBUI is only showing the UUID (which makes no sens to me) My advice is to update the doc to speak about that. 2) the sshd config of the KVM hypervisor need to accepted weak encryption because the manager is using old encryptions method inside the java auth : add to your KVM host /etc/ssh/sshd_config : KexAlgorithms +diffie-hellman-group1-sha1 Ciphers +aes128-cbc restart ssh **And you should be able to connect via the manager to the KVM host !** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
