We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4abd16 commit 15aacc4Copy full SHA for 15aacc4
pkg/store/filenames/filenames.go
@@ -41,4 +41,7 @@ const (
41
// See unix(4).
42
//
43
// On Linux, the full path must be less than 108 characters.
44
-const LongestSock = SerialSock
+//
45
+// ssh appends 16 bytes of random characters when it first creates the socket:
46
+// https://github.com/openssh/openssh-portable/blob/V_8_7_P1/mux.c#L1271-L1285
47
+const LongestSock = SSHSock + ".1234567890123456"
0 commit comments