Change CheckMail server option to default to no. Add option to server
config file so people know how to change it. Update doc for new default.
This commit is contained in:
parent
9f53632e08
commit
1bdc5af67c
11
security/ssh/patches/patch-ad
Normal file
11
security/ssh/patches/patch-ad
Normal file
@ -0,0 +1,11 @@
|
||||
--- servconf.c.~1~ Tue Jan 20 04:24:08 1998
|
||||
+++ servconf.c Sat Apr 11 17:33:32 1998
|
||||
@@ -203,7 +203,7 @@
|
||||
if (options->idle_timeout == -1)
|
||||
options->idle_timeout = 0;
|
||||
if (options->check_mail == -1)
|
||||
- options->check_mail = 1;
|
||||
+ options->check_mail = 0; /* default to no checking */
|
||||
#ifdef XAUTH_PATH
|
||||
if (options->xauth_path == NULL)
|
||||
options->xauth_path = XAUTH_PATH;
|
@ -1,19 +1,18 @@
|
||||
*** server_config.sample.orig Thu Mar 27 09:04:06 1997
|
||||
--- server_config.sample Fri Mar 28 15:45:53 1997
|
||||
***************
|
||||
*** 16,22 ****
|
||||
--- server_config.sample.orig Tue Jan 20 04:20:14 1998
|
||||
+++ server_config.sample Sat Apr 11 17:32:30 1998
|
||||
@@ -16,13 +16,14 @@
|
||||
FascistLogging no
|
||||
PrintMotd yes
|
||||
KeepAlive yes
|
||||
! SyslogFacility DAEMON
|
||||
RhostsAuthentication no
|
||||
RhostsRSAAuthentication yes
|
||||
RSAAuthentication yes
|
||||
--- 16,22 ----
|
||||
FascistLogging no
|
||||
PrintMotd yes
|
||||
KeepAlive yes
|
||||
! SyslogFacility AUTH
|
||||
-SyslogFacility DAEMON
|
||||
+SyslogFacility AUTH
|
||||
RhostsAuthentication no
|
||||
RhostsRSAAuthentication yes
|
||||
RSAAuthentication yes
|
||||
PasswordAuthentication yes
|
||||
PermitEmptyPasswords yes
|
||||
UseLogin no
|
||||
+CheckMail no
|
||||
# PidFile /u/zappa/.ssh/pid
|
||||
# AllowHosts *.our.com friend.other.com
|
||||
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
|
||||
|
11
security/ssh/patches/patch-ag
Normal file
11
security/ssh/patches/patch-ag
Normal file
@ -0,0 +1,11 @@
|
||||
--- sshd.8.in.~1~ Tue Jan 20 04:24:13 1998
|
||||
+++ sshd.8.in Sat Apr 11 17:34:45 1998
|
||||
@@ -361,7 +361,7 @@
|
||||
should print information whether you have new mail or not
|
||||
when a user logs in interactively. (On some systems it is also
|
||||
printed by the shell, /etc/profile, or equivalent.) The default is
|
||||
-"yes".
|
||||
+"no".
|
||||
|
||||
.if \n(CO \{
|
||||
.TP
|
Loading…
Reference in New Issue
Block a user