i can't remember what caused this...
This commit is contained in:
Executable → Regular
+1
-1
@@ -19,7 +19,7 @@ cc -O3 -I$(nix-build "<nixpkgs>" --no-build-output -A openssl.dev)/include -L$(n
|
||||
|
||||
# Yubikey Setup
|
||||
SLOT=2
|
||||
ykpersonalize -"$SLOT" -ochal-resp -ochal-hmac
|
||||
# ykpersonalize -"$SLOT" -ochal-resp -ochal-hmac
|
||||
SALT_LENGTH=16
|
||||
salt="$(dd if=/dev/random bs=1 count=$SALT_LENGTH 2>/dev/null | rbtohex)"
|
||||
k_user=PASSWORDCHANGEMEPLAEASES
|
||||
|
||||
Reference in New Issue
Block a user