Enable ssh agent forwarding
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
|
||||
programs.ssh = {
|
||||
enableAskPassword = false;
|
||||
forwardX11 = true;
|
||||
};
|
||||
|
||||
sops = {
|
||||
@@ -222,6 +223,7 @@
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user