many changes to fw, small fixes to nb
This commit is contained in:
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user