disable root ssh login
This commit is contained in:
parent
1a7c5c9489
commit
7aa50aa403
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue