File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ Libvirt Python Dependency on KVM and CentOS
6161
6262For CentOS users using the security groups feature on KVM it is needed to install the epel-release and python36-libvirt packages.
6363
64+ Workaround for adding newer KVM hosts
65+ =====================================
66+
67+ Newer GNU/Linux distributions with latest OpenSSH package disables some older
68+ SSH algorithms and ciphers and newer algorithms are not supported by trilead-ssh
69+ library used by CloudStack to SSH into KVM hosts during the host-add operation.
70+ Until the dependency library can support that users can use the following
71+ workaround in their KVM host's /etc/ssh/sshd_config and restart ssh server
72+ before adding the KVM host in CloudStack:
73+
74+ PubkeyAcceptedKeyTypes=+ssh-dss
75+ HostKeyAlgorithms=+ssh-dss
76+ KexAlgorithms=+diffie-hellman-group1-sha1
77+
6478New User Interface & Depreciation notice of existing UI
6579=======================================================
6680
You can’t perform that action at this time.
0 commit comments