- (stevesk) set the default PAM service name to __progname instead
   of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
diff --git a/ssh.h b/ssh.h
index 3ca9254..0ee6286 100644
--- a/ssh.h
+++ b/ssh.h
@@ -61,7 +61,7 @@
 #define SSH_SERVICE_NAME	"ssh"
 
 #if defined(USE_PAM) && !defined(SSHD_PAM_SERVICE)
-# define SSHD_PAM_SERVICE       "sshd"
+# define SSHD_PAM_SERVICE       __progname
 #endif
 
 /*