remove yubikey from pam (you can log in as ssh without a pw if its plugged in 😭)
This commit is contained in:
@@ -12,12 +12,12 @@
|
|||||||
sudo.execWheelOnly = true;
|
sudo.execWheelOnly = true;
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
protectKernelImage = true;
|
protectKernelImage = true;
|
||||||
pam.yubico = {
|
#pam.yubico = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
debug = true;
|
# debug = true;
|
||||||
mode = "challenge-response";
|
# mode = "challenge-response";
|
||||||
id = [ "19694730" ];
|
# id = [ "19694730" ];
|
||||||
};
|
#};
|
||||||
tpm2 = {
|
tpm2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkcs11.enable = true;
|
pkcs11.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user