Skip to content

Commit e09b6a3

Browse files
releasenotes: add workaround for adding KVM hosts with latest openssh (apache#146)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 7c8a0e4 commit e09b6a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/releasenotes/about.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ Libvirt Python Dependency on KVM and CentOS
6161

6262
For 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+
6478
New User Interface & Depreciation notice of existing UI
6579
=======================================================
6680

0 commit comments

Comments
 (0)