modules/darwin/common: disable StrictModes
needed for symlinked ssh keys
This commit is contained in:
parent
f75a7ead75
commit
5b4fc9aeed
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
environment.etc."ssh/sshd_config.d/darwin.conf".text = ''
|
||||
KbdInteractiveAuthentication no
|
||||
PasswordAuthentication no
|
||||
StrictModes no
|
||||
'';
|
||||
|
||||
time.timeZone = "GMT";
|
||||
|
|
Loading…
Add table
Reference in a new issue