You are not logged in.

#1 2020-10-06 20:25:45

codebeta
Member
Registered: 2019-02-04
Posts: 12
Website

SOLVED: PowerShell and gss-ntlmssp for remote connection to PowerShell

I know these two are packages from AUR, but have been having an issue with regards to getting them to work so that I can establish a pssession to a remote Windows OS.

Both install without issue, so installation is fine. The package gss-ntlmssp is necessary for the authentication process for the pssession, just not sure how to get the PowerShell binary to use the library. In ParrotOS and Kali it works by just installing both packages, besides that I'm not sure what I may be missing here in regards to the installation or configuration.

I'm just wondering if anyone has had any experience with this setup and gotten it to work under Arch.

Last edited by codebeta (2020-10-06 20:52:29)


-NicoleM

Offline

#2 2020-10-06 20:52:09

codebeta
Member
Registered: 2019-02-04
Posts: 12
Website

Re: SOLVED: PowerShell and gss-ntlmssp for remote connection to PowerShell

Ok, so I went to the PowerShell Discord...guess I should have checked there first...and it's resolved. All I had to do was create a file in the path /etc/gss/mech.d that points to the library so that PowerShell knows that it exists.

I named the file /etc/gss/mech.d/mech.ntlmssp.conf and added the line

gssntlmssp_v1   1.3.6.1.4.1.311.2.2.10  /usr/lib/gssntlmssp/gssntlmssp.so

-NicoleM

Offline

Board footer

Powered by FluxBB