Skip to content

Commit cf9597f

Browse files
authored
Merge pull request #100 from rapier1/bug_pam_18.5.0_fix
Fix issue with pam where it was looking for an sshd pam file instead hpnsshd
2 parents 15b6f41 + e2381f6 commit cf9597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#include "sshbuf.h"
7272

7373
#if !defined(SSHD_PAM_SERVICE)
74-
# define SSHD_PAM_SERVICE "sshd"
74+
# define SSHD_PAM_SERVICE "hpnsshd"
7575
#endif
7676

7777
static void add_listen_addr(ServerOptions *, const char *,

0 commit comments

Comments
 (0)