many changes to fw, small fixes to nb
This commit is contained in:
parent
ef97530433
commit
8be0cce54a
20 changed files with 669 additions and 83 deletions
11
README.md
11
README.md
|
|
@ -37,3 +37,14 @@ chmod 755 /var/www
|
|||
sftp host.cloonar.com@git.cloonar.com:/config/bootstrap.sh ./
|
||||
```
|
||||
|
||||
# 5. Yubikey
|
||||
```console
|
||||
ykman fido access change-pin --new-pin 654321
|
||||
systemd-cryptenroll --fido2-device=auto --fido2-with-client-pin=yes /dev/nvme0n1p2
|
||||
```
|
||||
|
||||
# 6. Wireguard
|
||||
```console
|
||||
wg genkey | (umask 077 && tee privatekey) | wg pubkey > publickey
|
||||
umask 0077; wg genpsk > psk
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue