mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
add flag to pipe creation to reject remote clients (#782)
This commit is contained in:
parent
fdde2326f9
commit
e0ae79ff3c
@ -121,6 +121,7 @@ agent_listen_loop()
|
||||
PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED, // read/write access
|
||||
PIPE_TYPE_BYTE | // message type pipe
|
||||
PIPE_READMODE_BYTE | // message-read mode
|
||||
PIPE_REJECT_REMOTE_CLIENTS | // no remote client connections allowed
|
||||
PIPE_WAIT, // blocking mode
|
||||
PIPE_UNLIMITED_INSTANCES, // max. instances
|
||||
BUFSIZE, // output buffer size
|
||||
|
Loading…
x
Reference in New Issue
Block a user