Add example in docs for node SSH server port configuration option. (#3236)

This commit is contained in:
szymonsztuka 2018-05-25 17:38:34 +02:00 committed by GitHub
parent 5e14277770
commit a63e08d94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ absolute path to the node's base directory.
:sshd: If provided, node will start internal SSH server which will provide a management shell. It uses the same credentials and permissions as RPC subsystem. It has one required parameter.
:port: The port to start SSH server on
:port: The port to start SSH server on e.g. ``sshd { port = 2222 }``.
:jmxMonitoringHttpPort: If set, will enable JMX metrics reporting via the Jolokia HTTP/JSON agent on the corresponding port.
Default Jolokia access url is http://127.0.0.1:port/jolokia/