global/ssh: disable password authentication
This commit is contained in:
parent
320b8ad550
commit
28c5624eb8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ with lib;
|
||||||
openFirewall = mkDefault true;
|
openFirewall = mkDefault true;
|
||||||
sftpServerExecutable = "internal-sftp";
|
sftpServerExecutable = "internal-sftp";
|
||||||
settings = {
|
settings = {
|
||||||
|
PasswordAuthentication = false;
|
||||||
X11Forwarding = mkDefault false;
|
X11Forwarding = mkDefault false;
|
||||||
GatewayPorts = mkDefault "yes";
|
GatewayPorts = mkDefault "yes";
|
||||||
ClientAliveInterval = 60;
|
ClientAliveInterval = 60;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue