diff -Naur ../openssh-4.4p1.orig/servconf.c ./servconf.c
--- ../openssh-4.4p1.orig/servconf.c 2006-08-18 07:23:15.000000000 -0700
+++ ./servconf.c 2006-10-19 17:12:43.000000000 -0700
@@ -129,7 +129,7 @@
{
/* Portable-specific options */
if (options->use_pam == -1)
- options->use_pam = 0;
+ options->use_pam = 1;
/* Standard Options */
if (options->protocol == SSH_PROTO_UNKNOWN)