Hugo Arès | 641fc78 | 2015-01-08 14:24:07 -0500 | [diff] [blame] | 1 | = gerrit close-connection |
| 2 | |
| 3 | == NAME |
| 4 | gerrit close-connection - Close the specified SSH connection |
| 5 | |
| 6 | == SYNOPSIS |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 7 | [verse] |
Hugo Arès | 641fc78 | 2015-01-08 14:24:07 -0500 | [diff] [blame] | 8 | -- |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 9 | _ssh_ -p <port> <host> _gerrit close-connection_ <SESSION_ID> |
Hugo Arès | 641fc78 | 2015-01-08 14:24:07 -0500 | [diff] [blame] | 10 | [--wait] |
| 11 | -- |
| 12 | |
| 13 | == DESCRIPTION |
| 14 | Close an SSH connection. |
| 15 | |
| 16 | The connection closing is done asynchronously by default. Use `--wait` option to |
| 17 | wait for connection to close. |
| 18 | |
| 19 | An error message will be displayed if no connection with the specified session |
| 20 | ID is found. |
| 21 | |
| 22 | == ACCESS |
| 23 | Caller must be a member of the privileged 'Administrators' group. |
| 24 | |
| 25 | == SCRIPTING |
| 26 | Intended for interactive use only. |
| 27 | |
| 28 | OPTIONS |
| 29 | ------- |
| 30 | |
| 31 | `--wait` |
| 32 | : Wait for connection to close before exiting. |
| 33 | |
| 34 | GERRIT |
| 35 | ------ |
| 36 | Part of link:index.html[Gerrit Code Review] |
| 37 | |
| 38 | SEARCHBOX |
| 39 | --------- |