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