Skip to content

Commit b2845a6

Browse files
committed
fix code block
1 parent 1cb918a commit b2845a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/markdown/clusters/denbi_cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ The documentation on how to create instances and other important things is colle
3030
* Network Ports: leave empty.
3131
* Security Groups: add `default` AND `external_access`.
3232
* Key Pair: add a new key pair or select yours. Only one Key Pair is allowed per instance and if you lose the private key you will not be able to access the instance any more! If you choose to create a new keypair, make sure to copy the private key that is displayed to your computer, and store it under the `~/.ssh/` directory. You will also need to adapt the rights of this file so that only you (the computer main user) can read this file. You can do that in the command line by:
33+
3334
```bash
3435
chmod 600 <your_private_ssh_key>
3536
```
37+
3638
* Rest of fields: leave default.
3739
* Press on `create instance`
3840

0 commit comments

Comments
 (0)