Home | History | Annotate | Download | only in openssh

Lines Matching full:server

4 Most messages from the client to the server contain a "request id" field.
53 If successful, the server will reply with MUX_S_SESSION_OPENED
62 Once the server has received the fds, it will respond with MUX_S_OK
64 session to end. When it does, the server will send an exit status
74 server disconnecting without sending an exit message.
85 The client may request a health check/PID report from a server:
90 The server replies with:
94 uint32 server pid
103 The server will reply with one of MUX_S_OK or MUX_S_PERMISSION_DENIED.
119 A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
122 For dynamically allocated listen port the server replies with
130 Note: currently unimplemented (server will always reply with MUX_S_FAILURE).
141 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
159 A server may reply with a MUX_S_SESSION_OPENED, a MUX_S_PERMISSION_DENIED
170 A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a
218 XXX server->client error/warning notifications