blob: c161541e417c615187d79b38336e20d585df3179 [file] [log] [blame]
Hugo Arès641fc782015-01-08 14:24:07 -05001= gerrit close-connection
2
3== NAME
David Shevitz24c79192018-09-24 09:31:32 -07004gerrit close-connection - Close the specified SSH connection.
Hugo Arès641fc782015-01-08 14:24:07 -05005
6== SYNOPSIS
Michael Ochmanne2d76a12016-06-23 17:07:37 +02007[verse]
Hugo Arès641fc782015-01-08 14:24:07 -05008--
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009_ssh_ -p <port> <host> _gerrit close-connection_ <SESSION_ID>
Hugo Arès641fc782015-01-08 14:24:07 -050010 [--wait]
11--
12
13== DESCRIPTION
14Close an SSH connection.
15
16The connection closing is done asynchronously by default. Use `--wait` option to
17wait for connection to close.
18
19An error message will be displayed if no connection with the specified session
20ID is found.
21
22== ACCESS
23Caller must be a member of the privileged 'Administrators' group.
24
25== SCRIPTING
26Intended for interactive use only.
27
28OPTIONS
29-------
30
31`--wait`
32: Wait for connection to close before exiting.
33
34GERRIT
35------
36Part of link:index.html[Gerrit Code Review]
37
38SEARCHBOX
39---------