fingerprint has been copied according to "Find the SSH Fingerprint of a Remote Server"
which is nothing special:
ssh-keygen -lf /etc/ssh/ssh_host_ecdsa_key.pub | awk '{print $2}'I'm seeing the same issue on NSX-T 3.2.1.1.0.20115686
Were you able to find a solution in the end?
yes - hard to believe but our solution - together with VMware TAC - was:
* redeploy first NSX-T Manager virtual Appliance [which was initially deployed from an OVA]
yes, it is hard to believe ... I had the same problem and cannot solve it quickly, but after some tests:
how I retrieved SHA256:xx..xx?
1) in vCenter click on your NSX appliance, in my case: nsx-unified-appliance-4.1.1.0.0.22226215
2) open console
3) login as admin
4) enter engineering mode by command (and password for nsx root): st en
5) test ssh by command: ssh -l admin 10.50.50.250
it gave me a fingerprint that i didn't see before (putty, winscp etc....), I rewrite that into "SSH Fingerprint" and it finally works!
