mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-24 23:54:15 -05:00
modify some of the ssh parameters
This commit is contained in:
parent
8597ea5853
commit
a7e6bd392b
4 changed files with 20 additions and 12 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue