summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authordamien <damien>2000-04-12 08:45:05 +0000
committerdamien <damien>2000-04-12 08:45:05 +0000
commit8d8f3cdf03df8d9e0a17831d3a09e895b137925f (patch)
tree45b1121747202de4c0ca5488f57d364175272488 /servconf.h
parent19abc1c99011a897717cb3f15da9b638087f5538 (diff)
downloadopenssh-8d8f3cdf03df8d9e0a17831d3a09e895b137925f.tar.gz
- More large OpenBSD CVS updates:
- [auth.c auth.h servconf.c servconf.h serverloop.c session.c] [session.h ssh.h sshd.c README.openssh2] ssh2 server side, see README.openssh2; enable with 'sshd -2' - [channels.c] no adjust after close - [sshd.c compat.c ] interop w/ latest ssh.com windows client.
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index ab5c22c7..5ce3f159 100644
--- a/servconf.h
+++ b/servconf.h
@@ -13,7 +13,7 @@
*
*/
-/* RCSID("$Id: servconf.h,v 1.6 2000/01/14 04:45:51 damien Exp $"); */
+/* RCSID("$Id: servconf.h,v 1.7 2000/04/12 08:45:07 damien Exp $"); */
#ifndef SERVCONF_H
#define SERVCONF_H
@@ -32,6 +32,7 @@ typedef struct {
char *listen_addr; /* Address on which the server listens. */
struct addrinfo *listen_addrs; /* Addresses on which the server listens. */
char *host_key_file; /* File containing host key. */
+ char *dsa_key_file; /* File containing dsa host key. */
int server_key_bits;/* Size of the server key. */
int login_grace_time; /* Disconnect if no auth in this time
* (sec). */