blob: 973441e294e771c7a4bdc2b993376b7bbea0ef0e [file] [log] [blame]
Hugo Arès641fc782015-01-08 14:24:07 -05001= gerrit close-connection
2
3== NAME
4gerrit close-connection - Close the specified SSH connection
5
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---------