docs: discourage users from ssh'ing into the root user

Instead recommend using the operator user for all normal system
management tasks.
This commit is contained in:
nixbitcoin 2021-01-31 17:51:12 +00:00
parent 2ca92a34a5
commit b0039d68a0
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,8 @@ You can also build Nix from source by following the instructions at https://nixo
nixops ssh operator@bitcoin-node
```
For security reasons, all normal system management tasks can and should be performed with the `operator` user. Logging in as `root` should be done as rarely as possible.
See [usage.md](usage.md) for usage instructions, such as how to update.
To resize the VM disk image, you can use this helper script from within nix-shell:
@ -426,4 +428,6 @@ Follow the [Setup deployment directory](#3-setup-deployment-directory) instructi
nixops ssh operator@bitcoin-node
```
For security reasons, all normal system management tasks can and should be performed with the `operator` user. Logging in as `root` should be done as rarely as possible.
See [usage.md](usage.md) for usage instructions, such as how to update.