update openssh.nix
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
openssl
|
||||
topgrade
|
||||
htop
|
||||
mosh
|
||||
btop
|
||||
python314
|
||||
wget2
|
||||
|
||||
@@ -5,8 +5,15 @@
|
||||
# startAgent = true;
|
||||
# agentPKCS11Whitelist = "${config.security.tpm2.pkcs11.package}/lib/*,/run/current-system/sw/lib/*";
|
||||
#};
|
||||
programs.mosh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
withUtempter = true;
|
||||
};
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings = {
|
||||
GatewayPorts = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user