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 = { programs.ssh = {
enableAskPassword = false; enableAskPassword = false;
forwardX11 = true;
}; };
sops = { sops = {
@@ -222,6 +223,7 @@
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
X11Forwarding = true;
}; };
}; };