From a63e08d94cf465e21b64edfd948853129537f41a Mon Sep 17 00:00:00 2001 From: szymonsztuka Date: Fri, 25 May 2018 17:38:34 +0200 Subject: [PATCH] Add example in docs for node SSH server port configuration option. (#3236) --- docs/source/corda-configuration-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 5e073f2970..7c5c00234b 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -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/