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