Enable ssh agent forwarding

This commit is contained in:
2025-10-19 18:12:00 -04:00
parent 920f04128c
commit a18c2f4090

View File

@@ -140,6 +140,7 @@
programs.ssh = {
enableAskPassword = false;
forwardX11 = true;
};
sops = {
@@ -222,6 +223,7 @@
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
X11Forwarding = true;
};
};