summaryrefslogtreecommitdiffstats
path: root/Documentation/cmd-close-connection.txt
blob: 973441e294e771c7a4bdc2b993376b7bbea0ef0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
= gerrit close-connection

== NAME
gerrit close-connection - Close the specified SSH connection

== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _gerrit close-connection_ <SESSION_ID>
   [--wait]
--

== DESCRIPTION
Close an SSH connection.

The connection closing is done asynchronously by default. Use `--wait` option to
wait for connection to close.

An error message will be displayed if no connection with the specified session
ID is found.

== ACCESS
Caller must be a member of the privileged 'Administrators' group.

== SCRIPTING
Intended for interactive use only.

OPTIONS
-------

`--wait`
:	Wait for connection to close before exiting.

GERRIT
------
Part of link:index.html[Gerrit Code Review]

SEARCHBOX
---------