Clarify local shell is dev-mode only (#3479)

This commit is contained in:
Maksymilian Pawlak 2018-07-05 15:41:49 +01:00 committed by GitHub
parent 30d5d45c87
commit f3dc018f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,10 @@ with the node using RPC calls.
The shell via the local terminal
--------------------------------
In development mode, the shell will display in the node's terminal window.
The shell connects to the node as 'shell' user with password 'shell' which is only available in dev mode.
.. note:: Local terminal shell works only in development mode!
The shell will display in the node's terminal window. It connects to the node as 'shell' user with password 'shell'
(which is only available in dev mode).
It may be disabled by passing the ``--no-local-shell`` flag when running the node.
The shell via SSH