blob: 331432689d01deb2489fc8d82ce47a55f34d5723 [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
7--
8'ssh' -p <port> <host> 'gerrit close-connection' <SESSION_ID>
9 [--wait]
10--
11
12== DESCRIPTION
13Close an SSH connection.
14
15The connection closing is done asynchronously by default. Use `--wait` option to
16wait for connection to close.
17
18An error message will be displayed if no connection with the specified session
19ID is found.
20
21== ACCESS
22Caller must be a member of the privileged 'Administrators' group.
23
24== SCRIPTING
25Intended for interactive use only.
26
27OPTIONS
28-------
29
30`--wait`
31: Wait for connection to close before exiting.
32
33GERRIT
34------
35Part of link:index.html[Gerrit Code Review]
36
37SEARCHBOX
38---------