disable ssh keyboard interactive authentication
This commit is contained in:
parent
c06df7e251
commit
c08d826457
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
X11Forwarding = true;
|
X11Forwarding = true;
|
||||||
PermitRootLogin = "yes";
|
PermitRootLogin = "yes";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
|
KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue