mirror of https://github.com/sbt/sbt.git
The sbtipcsocket by default restricts win32 named pipes to only allow connections from the same login session. This makes connecting to a remote server not work over ssh. We relax the default slightly in sbt to allow the owner of the pipe to connect over any logon shell. The user could restore the old behavior with: ``` Global / windowsServerSecurityLevel := Win32SecurityLevel.LOGON_DACL ``` or, if YOLO ``` Global / windowsServerSecurityLevel := Win32SecurityLevel.NO_SECURITY ``` |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||