Compare commits
1 commit
42530f5cfc
...
6565c75062
Author | SHA1 | Date | |
---|---|---|---|
Fabian Montero | 6565c75062 |
|
@ -18,15 +18,17 @@
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.services = {
|
security.pam = {
|
||||||
login.u2fAuth = true;
|
services = {
|
||||||
sudo.u2fAuth = true;
|
login.u2fAuth = true;
|
||||||
};
|
sudo.u2fAuth = true;
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.yubico = {
|
u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
debug = false;
|
debug = true;
|
||||||
mode = "challenge-response";
|
cue = true;
|
||||||
id = ["27677315"];
|
control = "sufficient";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue