freebsd-ports/security/openssh/files/patch-auth.h
Dirk Meyer 499707792a Merge PAM-changes from openssh currrent
Fix build with SKEY=yes, pr# 36119
Cleanup pw_expire handling.
Add missing includes
Changes defaults to: PermitRootLogin=no, UsePrivilegeSeparation=no
Use $PREFIX/etc/ssh for config, updating manpages too.
2002-06-24 21:13:06 +00:00

9 lines
300 B
C

--- auth.h.orig Fri May 31 13:35:15 2002
+++ auth.h Mon Jun 24 20:35:50 2002
@@ -185,5 +185,5 @@
#define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
#define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
-#define SKEY_PROMPT "\nS/Key Password: "
+#define SKEY_PROMPT "\nOPIE Password: "
#endif