summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
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 606d80c9d..f4137af7d 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.119 2015/05/22 03:50:02 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.120 2015/07/10 06:21:53 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -102,6 +102,7 @@ typedef struct {
102 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */ 102 int hostbased_authentication; /* If true, permit ssh2 hostbased auth */
103 int hostbased_uses_name_from_packet_only; /* experimental */ 103 int hostbased_uses_name_from_packet_only; /* experimental */
104 char *hostbased_key_types; /* Key types allowed for hostbased */ 104 char *hostbased_key_types; /* Key types allowed for hostbased */
105 char *hostkeyalgorithms; /* SSH2 server key types */
105 int rsa_authentication; /* If true, permit RSA authentication. */ 106 int rsa_authentication; /* If true, permit RSA authentication. */
106 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */ 107 int pubkey_authentication; /* If true, permit ssh2 pubkey authentication. */
107 char *pubkey_key_types; /* Key types allowed for public key */ 108 char *pubkey_key_types; /* Key types allowed for public key */