nixpkgs/nixos/modules/services/networking/ssh
Eelco Dolstra d69dce080d
Fix setting programs.ssh.setXAuthLocation
The configuration { services.openssh.enable = true;
services.openssh.forwardX11 = false; } caused
programs.ssh.setXAuthLocation to be set to false, which was not the
intent. The intent is that programs.ssh.setXAuthLocation should be
automatically enabled if needed or if xauth is already available.
2016-11-21 16:19:51 +01:00
..
lshd.nix lshd service: remove use of network-interfaces.target 2016-09-13 11:19:22 +02:00
sshd.nix Fix setting programs.ssh.setXAuthLocation 2016-11-21 16:19:51 +01:00