aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-05-13 11:55:30 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-05-14 17:32:25 +0200
commit38f9802eec067454a421eebfcae087c79bc02c67 (patch)
treed56326e9c5fe1b9108dc0d6f8cb99ca625790c17 /src
parenteae971c0027726d723456bd1c5266764caf094bb (diff)
downloadlibssh-38f9802eec067454a421eebfcae087c79bc02c67.tar.gz
libssh-38f9802eec067454a421eebfcae087c79bc02c67.tar.xz
libssh-38f9802eec067454a421eebfcae087c79bc02c67.zip
config: Add support for PubkeyAcceptedKeyTypes
The added option is an alias for the previously existing option PubkeyAcceptedTypes. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 4268545d..c0471136 100644
--- a/src/config.c
+++ b/src/config.c
@@ -147,6 +147,7 @@ static struct ssh_config_keyword_table_s ssh_config_keyword_table[] = {
{ "tunnel", SOC_NA},
{ "tunneldevice", SOC_NA},
{ "xauthlocation", SOC_NA},
+ { "pubkeyacceptedkeytypes", SOC_PUBKEYACCEPTEDTYPES},
{ NULL, SOC_UNKNOWN }
};