diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 16:32:14 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 16:32:14 +0000 |
commit | 91e9868e4ff0f5cd4e202282b66fbb2fbcc7c2e9 (patch) | |
tree | f7374886a49b3b9406c85024d6f5cf353bcbac79 /sshd.8 | |
parent | 19d7b8d3fa2c73d68ed60250c091f70ec44edbec (diff) | |
download | openssh-git-91e9868e4ff0f5cd4e202282b66fbb2fbcc7c2e9.tar.gz |
- jakob@cvs.openbsd.org 2001/08/16 19:18:34
[servconf.c servconf.h session.c sshd.8]
deprecate CheckMail. ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.139 2001/08/01 22:16:45 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.140 2001/08/16 19:18:34 jakob Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -367,12 +367,6 @@ All authentication styles from are supported. The default is .Dq yes . -.It Cm CheckMail -Specifies whether -.Nm -should check for new mail for interactive logins. -The default is -.Dq no . .It Cm Ciphers Specifies the ciphers allowed for protocol version 2. Multiple ciphers must be comma-separated. |