Skip to content

Commit 2fe7eac

Browse files
author
olevole
committed
-allowlist notes
1 parent 9a28495 commit 2fe7eac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ Homepage: https://bsdstore.ru
1717

1818
Provides a simplified API for creating and destroying CBSD virtual environments.
1919

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+
2031
## Installation
2132

2233
Assuming you have a stock vanilla FreeBSD 13.0+ installation.

0 commit comments

Comments
 (0)