08-03-2025 08:36 AM
I have install hyperflex 4.5(2e),and esxi is version 6.7
now I want to upgrade esxi form 6.7 to 7.0,but it error with "Failed to establish SSH connection to host: Host is not reachable, or in lockdown mode"
I tried to add below config in the esxi host and restart ssh,but it not work
echo "KexAlgorithms +diffie-hellman-group14-sha1" >> /etc/ssh/sshd_config
what can I do next to fixed this problem?
also I want to know what user is the HXPlatform to control esxi host ? root? or other user? if not the root ,what is the other user password?
thanks
08-03-2025 08:43 AM
- @jiarongsu71647 FYI : https://www.cisco.com/c/en/us/support/docs/hyperconverged-infrastructure/hyperflex-hx-data-platform/216554-ssh-incompatibility-with-esxi-6-7p04-bu.html
M.
08-03-2025 08:48 AM
I saw this article and I already try ,but It not work, upgrade fail with error "Failed to establish SSH connection to host: Host is not reachable, or in lockdown mode"
08-03-2025 09:05 AM
- @jiarongsu71647 What exactly did you try ?
M.
08-03-2025 09:09 AM
I tried to echo "KexAlgorithms +diffie-hellman-group14-sha1" >> /etc/ssh/sshd_config to the esxi host and reboot ssh but not work
08-03-2025 09:21 AM
- @jiarongsu71647 Check if the particular cipher (diffie-hellman-group14-sha1) is listed (after the changes you made)
by using the command : nmap -p 22 --script ssh2-enum-ciphers esxi-host
(esxi-host can be the hostname of the esxi server or it's ip address)
M.
08-03-2025 09:24 AM
thanks marce
i will tried your suggestions
08-05-2025 11:00 PM
hi marco
I have tried this command,and I saw the particular cipher (diffie-hellman-group14-sha1) is listed in the output
but I retry the upgrade processes in hyperflex,it also error with "Failed to establish SSH connection to host: Host is not reachable, or in lockdown mode"
what can i do next to fix this problem?
08-05-2025 11:12 PM
- @jiarongsu71647 Contact Cisco TAC , describe what you have done and ask why that workaround didn't help.
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide