fix option for ssh
This commit is contained in:
parent
88aff164ba
commit
32605fcc2c
2 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ in
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
permitRootLogin = "yes";
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ in
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
#permitRootLogin = "yes";
|
||||
#PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue