Hello,
I see, that I am not able to log to the ESXi host via cmdlet "NEW-SSHSession" after upgrade to vmware 7 U2 (or wmware 7U3), still working on vmware 7 U1.
Is some reason for this, or is some workaround? I used this sequence:
New-SSHSession -ComputerName $Server -Credential $Credentials -AcceptKey
Is not working domain account even root account. And yes, password is correct:
New-SSHSession : An established connection was aborted by the server.
At line:5 char:10
+ New-SSHSession -ComputerName $Server -Credential $Credential ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (Renci.SshNet.SshClient:SshClient) [New-SSHSession], SshConnectionException
+ FullyQualifiedErrorId : SSH.NewSshSession
Thank you