Compare commits
3 commits
89a99c9d86
...
a90ba627bd
| Author | SHA1 | Date | |
|---|---|---|---|
| a90ba627bd | |||
| e0329f1f9a | |||
| 71ab2af0e5 |
1 changed files with 3 additions and 3 deletions
|
|
@ -117,11 +117,11 @@
|
||||||
sudo.execWheelOnly = true;
|
sudo.execWheelOnly = true;
|
||||||
|
|
||||||
pam = {
|
pam = {
|
||||||
sshAgentAuth = {
|
rssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authorizedKeysFiles = [ "/etc/ssh/authorized_keys.d/%u" ];
|
settings.auth_key_file = "/etc/ssh/authorized_keys.d/$ruser";
|
||||||
};
|
};
|
||||||
services.sudo.sshAgentAuth = true;
|
services.sudo.rssh = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue