Merge branch 'main' of github.com:philip-peterson/petersweb-infra
This commit is contained in:
commit
706b2ec2a1
1 changed files with 2 additions and 1 deletions
|
|
@ -18,11 +18,12 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings.UsePAM = true;
|
||||
settings.UsePAM = false;
|
||||
settings.PermitRootLogin = "yes";
|
||||
settings.AllowUsers = [ "root" ];
|
||||
extraConfig = ''
|
||||
PrintLastLog no
|
||||
UsePAM no
|
||||
'';
|
||||
hostKeys = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue