Repro:
- Install Everything and OpenSSH server (from Windows features) on the host machine
- Configure SSH to be able to connect as one of the local administrators (usual setup, when there's only use user on the machine)
- Connect to the host from a different machine using SSH. The following steps are to be run in the SSH session:
- Launch
pwsh (maybe powershell would also work)
Install-Module PSEverything
Search-Everything anytext
Expected: search results
Actual: IPC error message
Same happens if you use VS Code SSH remoting, and try running Search-Everything from terminal.
Running Search-Everything anytext from the host machine itself (e.g. without SSH) works fine.
Repro:
pwsh(maybepowershellwould also work)Install-Module PSEverythingSearch-Everything anytextExpected: search results
Actual: IPC error message
Same happens if you use VS Code SSH remoting, and try running
Search-Everythingfrom terminal.Running
Search-Everything anytextfrom the host machine itself (e.g. without SSH) works fine.