I am running powershell core 6.2.0 on Ubuntu 16.04 or CentOS 7. In order to connect using NTLM additional libraries were installed: krb5-multidev libkrb5-dev gss-ntlmssp
I am trying to connect to windows machine using the command:
Enter-PSSession –ComputerName 10.196.39.60 –Credential $cred –Authentication Negotiate
When using a domainless user, it works.
When using a user in a domain, no matter if the password is correct or not, powershell hangs. Can’t be stopped even with CTRL-C.
I have a feeling some library should be installed, but can’t figure out which one.
Strace was executed in order to capture activity while the problem occurs.