DenisPolo commented on code in PR #11911: URL: https://github.com/apache/ignite/pull/11911#discussion_r1997943051
########## docs/_docs/tools/control-script.adoc: ########## @@ -47,16 +47,16 @@ If you want to connect to a node that is running on a remove machine, specify th | --host HOST_OR_IP | The host name or IP address of the node. | `localhost` | --port PORT | The port to connect to. | `10800` | --user USER | The user name. | -| --password PASSWORD |The user password. | +| --password | Force `control.sh` to prompt for a User password before connecting to a cluster. Although you can explicitly specify a value for this option like `--password PASSWORD`, this is strongly not recommended for security reasons. If this option is omitted, `control.sh` will automatically prompt for a User password if the server demands password authentication. However, `control.sh` will waste a connection attempt finding out that the server wants a password. | Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org