diff options
author | damien <damien> | 2000-04-12 08:45:05 +0000 |
---|---|---|
committer | damien <damien> | 2000-04-12 08:45:05 +0000 |
commit | 8d8f3cdf03df8d9e0a17831d3a09e895b137925f (patch) | |
tree | 45b1121747202de4c0ca5488f57d364175272488 /servconf.h | |
parent | 19abc1c99011a897717cb3f15da9b638087f5538 (diff) | |
download | openssh-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). */ |