[NixOS] Allow agent forwarding
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
AllowAgentForwarding = true;
|
||||
AllowTcpForwarding = true;
|
||||
PasswordAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user