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