From 1561e2421d0ff068f627cdd1219ec04803e16d87 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 11 Dec 2006 03:25:13 +0000 Subject: [PATCH] * Enable PAM in the SSH daemon. svn path=/nixos/trunk/; revision=7311 --- configuration/boot-environment.nix | 1 + configuration/etc/sshd_config | 1 + 2 files changed, 2 insertions(+) diff --git a/configuration/boot-environment.nix b/configuration/boot-environment.nix index 6e14ef2e193..ecc58406948 100644 --- a/configuration/boot-environment.nix +++ b/configuration/boot-environment.nix @@ -254,6 +254,7 @@ rec { ) [ "login" + "sshd" "passwd" "useradd" "other" diff --git a/configuration/etc/sshd_config b/configuration/etc/sshd_config index 33619c72028..994042bc78f 100644 --- a/configuration/etc/sshd_config +++ b/configuration/etc/sshd_config @@ -1 +1,2 @@ X11Forwarding yes +UsePAM yes