Allow root login (scary) for lapetus deployment
This commit is contained in:
parent
0c6aff0470
commit
dbfc61a2a2
|
@ -67,6 +67,8 @@
|
||||||
../tethys/keys/id_ed25519.pub
|
../tethys/keys/id_ed25519.pub
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Trying this out for deployment, although it's a bit scary
|
||||||
|
services.openssh.settings.PermitRootLogin = "yes";
|
||||||
users.users.root.openssh.authorizedKeys.keyFiles =
|
users.users.root.openssh.authorizedKeys.keyFiles =
|
||||||
config.users.users.pilot.openssh.authorizedKeys.keyFiles;
|
config.users.users.pilot.openssh.authorizedKeys.keyFiles;
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue