We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a28495 commit 2fe7eacCopy full SHA for 2fe7eac
README.md
@@ -17,6 +17,17 @@ Homepage: https://bsdstore.ru
17
18
Provides a simplified API for creating and destroying CBSD virtual environments.
19
20
+## Errata
21
+
22
+By default, all actions are permitted for all requests.
23
+Through the `-allowlist <whitelist_file>` parameter you can limit the number of permissible public keys/CID.
24
+Format of <whitelist_file> similar to authotized_keys: one key per line, e.g:
25
26
+```
27
+ssh-ed25519 AAAA...xxx your_name@@your.domain
28
+ssh-ed25519 AAAA...yyy user2@@example.com
29
30
31
## Installation
32
33
Assuming you have a stock vanilla FreeBSD 13.0+ installation.
0 commit comments