fix typo
This commit is contained in:
parent
84541924eb
commit
b828b79fe9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
ports = [ 22 ];
|
ports = [ 22 ];
|
||||||
settings = {
|
settings = {
|
||||||
PassswordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
AllowUsers = [ "chris" "root" ];
|
AllowUsers = [ "chris" "root" ];
|
||||||
UseDns = true;
|
UseDns = true;
|
||||||
UsePAM = true;
|
UsePAM = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue