update inputs
This commit is contained in:
parent
95e086e232
commit
61cae6fd51
5 changed files with 191 additions and 99 deletions
|
|
@ -70,9 +70,11 @@
|
|||
|
||||
# SSH
|
||||
services.openssh = {
|
||||
# Disable ssh password login
|
||||
passwordAuthentication = lib.mkDefault false;
|
||||
logLevel = "VERBOSE";
|
||||
settings = {
|
||||
# Disable ssh password login
|
||||
passwordAuthentication = lib.mkDefault false;
|
||||
logLevel = "VERBOSE";
|
||||
};
|
||||
extraConfig = ''
|
||||
AllowAgentForwarding no
|
||||
AllowTcpForwarding no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue