ssh-enableAskPassword

This commit is contained in:
Nathanaël Leprette 2025-06-10 00:24:57 +02:00
parent c9202b794b
commit a1e51d602e

View File

@ -46,7 +46,10 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
programs.ssh.startAgent = true; programs.ssh = {
startAgent = true;
enableAskPassword = true;
};
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";