nixpkgs/modules/services
Mathijs Kwik a1e86494d0 made challenge-response authentication method configurable for openssh
challenge-response is an authentication method that does not need the
plain text password to be emitted over the (encrypted) connection.
This is nice if you don't fully trust the server.

It is enabled (upstream) by default.

To the end user, it still looks like normal password authentication,
but instead of sending it, it is used to hash some challenge.

This means that if you don't want passwords to be used ever at all,
and just stick to public key authentication, you probably want to
disable this option too.

svn path=/nixos/trunk/; revision=33513
2012-04-01 10:54:17 +00:00
..
amqp strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
audio * Ignore the "No soundcards found" error. 2012-03-18 02:36:21 +00:00
backup * Drop references to activation scriptlets that no longer exist. 2012-03-15 14:21:17 +00:00
databases mongodb: allow running as a replicaset member 2012-04-01 10:54:08 +00:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware * Fix the permissions on /dev/vboxuser in VirtualBox guests. 2012-03-23 11:52:06 +00:00
logging * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit 2011-11-25 16:32:54 +00:00
mail fix postfix config, missing linebreak 2012-03-11 11:12:02 +00:00
misc * Allow Upstart jobs to declare that they shouldn't be restarted by 2012-03-18 02:10:39 +00:00
monitoring fixed a upstart issue where upsd was never started 2012-03-31 11:39:30 +00:00
network-filesystems * Remove the ‘services.nfs.client.enable’ flag; use 2012-03-22 12:24:23 +00:00
networking made challenge-response authentication method configurable for openssh 2012-04-01 10:54:17 +00:00
printing * Use boot.kernelModules everywhere instead of explicit calls to 2012-03-17 17:26:17 +00:00
scheduling * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit 2011-11-25 16:32:54 +00:00
security * Use boot.kernelModules everywhere instead of explicit calls to 2012-03-17 17:26:17 +00:00
system * Flush nscd when switching to a new configuration. 2012-03-27 14:35:45 +00:00
ttys * tty1 needs to be treated specially because of the emergency-shell 2012-03-12 14:42:52 +00:00
web-servers renamed "all-interfaces" to "networking" 2012-03-04 18:44:42 +00:00
x11 Add nouveau xorg video driver 2012-03-20 16:29:22 +00:00