.. raw:: html .. role:: red .. _knownissues: ================================================================= SPECvirt :sup:`®` Datacenter 2021 Known Issues ================================================================= Current Known Issues ====================== vSphere 7.0.3 and later only supports ECDSA with SSH. To add ECDSA support between svdc-director and the vSphere hosts, on svdc-director issue the following:: ssh-keygen -t ecdsa -f /root/.ssh/id_ecdsa -N '' for Host in `grep Host /etc/hosts | awk '{print $1}'` do cat ~/.ssh/id_ecdsa.pub | ssh $Host 'cat >> /etc/ssh/keys-root/authorized_keys' ssh $Host 'chmod +t /etc/ssh/keys-root/authorized_keys' ssh $Host '/etc/init.d/SSH restart' done .. _SPECvirt Datacenter 2021 web site: http://www.spec.org/virt_datacenter2021 .. _SPECvirt Datacenter 2021 Design Overview: http://www.spec.org/virt_datacenter2021/docs/designoverview.html .. _SPECvirt Datacenter 2021 FAQ: http://www.spec.org/virt_datacenter2021/docs/faq.html .. _SPECvirt Datacenter 2021 Patches: http://www.spec.org/virt_datacenter2021/docs/patches.html .. _SPECvirt Datacenter 2021 Run and Reporting Rules: http://www.spec.org/virt_datacenter2021/docs/runrules.html .. _SPECvirt Datacenter 2021 Run and Reporting Rules Appendix A: https://www.spec.org/virt_datacenter2021/docs/runrules.html#appendix-a-submitting-a-new-specvirt-datacenter-2021-hypervisor-toolset .. _SPECvirt Datacenter 2021 Technical Support: http://www.spec.org/virt_datacenter2021/docs/techsupport.html .. _SPECvirt Datacenter 2021 User Guide: http://www.spec.org/virt_datacenter2021/docs/userguide.html .. _SPECvirt Datacenter 2021 SDKs: http://www.spec.org/virt_datacenter2021/sdk.html