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 fdde232 commit e0ae79fCopy full SHA for e0ae79f
contrib/win32/win32compat/ssh-agent/agent.c
@@ -121,6 +121,7 @@ agent_listen_loop()
121
PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED, // read/write access
122
PIPE_TYPE_BYTE | // message type pipe
123
PIPE_READMODE_BYTE | // message-read mode
124
+ PIPE_REJECT_REMOTE_CLIENTS | // no remote client connections allowed
125
PIPE_WAIT, // blocking mode
126
PIPE_UNLIMITED_INSTANCES, // max. instances
127
BUFSIZE, // output buffer size
0 commit comments