This now matches the PermitRootLogin configuration of OpenSSH in the base system. Please be aware of this when upgrading your OpenSSH port, and if truly necessary, re-enable remote root login by readjusting this option in your sshd_config. Users are encouraged to create single-purpose users with ssh keys and very narrowly defined sudo privileges instead of using root for automated tasks. - PKGNAMESUFFIX for GSSAPI set. - Merged some patches from current to improve PAM. - Fix BATCH=yes for bento.
13 lines
466 B
C
13 lines
466 B
C
--- monitor.h.orig Tue Jun 11 18:42:49 2002
|
|
+++ monitor.h Sun Jun 30 07:13:09 2002
|
|
@@ -50,6 +51,10 @@
|
|
MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE,
|
|
MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
|
|
MONITOR_REQ_PAM_START,
|
|
+ MONITOR_REQ_PAM_INIT_CTX, MONITOR_ANS_PAM_INIT_CTX,
|
|
+ MONITOR_REQ_PAM_QUERY, MONITOR_ANS_PAM_QUERY,
|
|
+ MONITOR_REQ_PAM_RESPOND, MONITOR_ANS_PAM_RESPOND,
|
|
+ MONITOR_REQ_PAM_FREE_CTX, MONITOR_ANS_PAM_FREE_CTX,
|
|
MONITOR_REQ_TERM
|
|
};
|
|
|