Symptoms:
VMware vSphere Replication 8.7
This issue will be fixed in future product release.
Workaround:
The following workaround is to be applied on every VRMS appliance:
1. SSH to the appliance as "root".
2. Create a copy of sshd_config file:
cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak
3. Use vi, or vim editor to add the following lines to the bottom of the file to exclude SHA1:
KexAlgorithms -diffie-hellman-group14-sha1
HostkeyAlgorithms -ssh-rsa
4. Restart sshd service:
# systemctl restart sshd
SHA1 is already disabled in newer versions of vSphere Replication.