diff options
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h index 828e94c5c..3cf47bf2f 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.h,v 1.65 2003/09/01 18:15:50 markus Exp $ */ | 1 | /* $OpenBSD: servconf.h,v 1.66 2003/12/09 21:53:37 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -58,7 +58,7 @@ typedef struct { | |||
58 | int x11_use_localhost; /* If true, use localhost for fake X11 server. */ | 58 | int x11_use_localhost; /* If true, use localhost for fake X11 server. */ |
59 | char *xauth_location; /* Location of xauth program */ | 59 | char *xauth_location; /* Location of xauth program */ |
60 | int strict_modes; /* If true, require string home dir modes. */ | 60 | int strict_modes; /* If true, require string home dir modes. */ |
61 | int keepalives; /* If true, set SO_KEEPALIVE. */ | 61 | int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ |
62 | char *ciphers; /* Supported SSH2 ciphers. */ | 62 | char *ciphers; /* Supported SSH2 ciphers. */ |
63 | char *macs; /* Supported SSH2 macs. */ | 63 | char *macs; /* Supported SSH2 macs. */ |
64 | int protocol; /* Supported protocol versions. */ | 64 | int protocol; /* Supported protocol versions. */ |