nixpkgs/modules
Mathijs Kwik f31fefdfd9 splitted ssh/sshd X11 forwarding logic. Backward compatible change.
You can now set the forwardX11 config option for the ssh client and server separately.

For server, the option means "allow clients to request X11 forwarding".
For client, the option means "request X11 forwarding by default on all connections".

I don't think it made sense to couple them. I might not even run the server on some machines.
Also, I ssh to a lot of machines, and rarely want X11 forwarding. The times I want it,
I use the -X/-Y option, or set it in my ~/.ssh/config.

I also decoupled the 'XAuthLocation' logic from forwardX11.
For my case where ssh client doesn't want forwarding by default, it still wants to set the path for the cases I do need it.

As this flag is the one that pulls in X11 dependencies, I changed the minimal profile and the no-x-libs config to check that instead now.

svn path=/nixos/trunk/; revision=33407
2012-03-25 15:42:05 +00:00
..
config splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
hardware * Move the implementation of boot.kernelModules to udev's postStart. 2012-03-18 14:03:42 +00:00
installer * Do a sync before switching to a new configuration. 2012-03-23 12:29:11 +00:00
misc * New 64-bit AMIs. 2012-03-23 21:22:58 +00:00
profiles splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
programs splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
security keep NIX_PATH in sudo env 2012-03-10 16:11:40 +00:00
services splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
system Making a reference single-quoted for grubDevices, as after substitution, there 2012-03-25 12:36:43 +00:00
tasks * The idmapd job requires the sunrpc kernel module to be loaded. 2012-03-22 13:01:06 +00:00
testing * Attempt to fix the random "udevadm settle - timeout of 120 seconds 2012-03-19 15:10:39 +00:00
virtualisation * Fix the permissions on /dev/vboxuser in VirtualBox guests. 2012-03-23 11:52:06 +00:00
module-list.nix Changing portmap by rpcbind on nfs services. 2012-03-21 20:37:37 +00:00
rename.nix * wpa_supplicant: automatically figure out the wireless interface(s) 2012-03-04 17:21:14 +00:00