24c79197c2
Change-Id: I8cf752fe73c3c2e1ea8b478a1bb10709ee58b823
40 lines
724 B
Plaintext
40 lines
724 B
Plaintext
= 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
|
|
---------
|