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