mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Clarify local shell is dev-mode only (#3479)
This commit is contained in:
parent
30d5d45c87
commit
f3dc018f04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user