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