The error seen contains the following syntax
Error: Error accessing remote storage: failed accessing remote storage on <IP_ADDRESS>: kex_exchange_identification: read: Connection reset by peer
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.3]
: returncode=None
Full-check FAILED.
All supported releases of DX NetOps Performance Management
MaxStartups was not set within the sshd_config files on Vertica cluster members
Edit /etc/ssh/sshd_config and enable MaxStartups as per the Vertica documentation:
As an example, one could use:
MaxStartups 100:30:100
Once this is set and saved, you will need to reload sshd:
systemctl reload sshd