After an upgrade or patch application (such as VMware Identity Manager), users observe the following behavior on the Aria Suite Lifecycle (vRSLCM) appliance:
FileZilla, WinSCP) fail to connect or time out during the initial handshake, preventing the upload of OVA files or binaries.Aria Automation 8.18.0
The issue is caused by DNS reverse lookup timeouts. By default, the SSH daemon (sshd) attempts to resolve the hostname of the client machine connecting to it. If the DNS server is slow to respond or the reverse lookup zone is not configured, the session establishment hangs until the SSH timeout is reached. This delay exceeds the default timeout window for most SFTP clients, causing the connection to fail.
To bypass the DNS timeout and restore immediate SFTP access, disable the UseDNS feature in the appliance SSH configuration.
Aria Suite Lifecycle appliance as root via SSH. (Note: You may need to wait for the initial 60-second timeout to get the prompt).vi /etc/ssh/sshd_configUseDNS. If it is commented out or set to yes, change it to:UseDNS noClientAliveInterval 300
ClientAliveCountMax 3:wq).Apply the changes by restarting the service:
systemctl restart sshdIf the file transfer is still unsuccessful via SFTP clients, use Secure Copy (SCP) from the command line of your local machine to push the file directly to the appliance:
scp /path/to/binary.ova root@[IP_ADDRESS]:/data/