- stevesk@cvs.openbsd.org 2001/08/17 18:59:47
[servconf.h] typo in comment
This commit is contained in:
parent
1c0fd09d15
commit
7bb37b29c6
|
@ -7,6 +7,9 @@
|
|||
[ssh.1 sshd.8]
|
||||
document case sensitivity for ssh, sshd and key file
|
||||
options and arguments; ok markus@
|
||||
- stevesk@cvs.openbsd.org 2001/08/17 18:59:47
|
||||
[servconf.h]
|
||||
typo in comment
|
||||
|
||||
20010815
|
||||
- (bal) Fixed stray code in readconf.c that went in by mistake.
|
||||
|
@ -6330,4 +6333,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1486 2001/09/12 16:36:17 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1487 2001/09/12 16:40:05 mouring Exp $
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* called by a name other than "ssh" or "Secure Shell".
|
||||
*/
|
||||
|
||||
/* RCSID("$OpenBSD: servconf.h,v 1.48 2001/08/16 19:18:34 jakob Exp $"); */
|
||||
/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */
|
||||
|
||||
#ifndef SERVCONF_H
|
||||
#define SERVCONF_H
|
||||
|
@ -121,9 +121,9 @@ typedef struct {
|
|||
* see if it's still there
|
||||
*/
|
||||
int client_alive_count_max; /*
|
||||
*If the client is unresponsive
|
||||
* for this many intervals, above
|
||||
* diconnect the session
|
||||
* If the client is unresponsive
|
||||
* for this many intervals above,
|
||||
* disconnect the session
|
||||
*/
|
||||
|
||||
char *authorized_keys_file; /* File containing public keys */
|
||||
|
|
Loading…
Reference in New Issue