From 437acfe401449bf74069d71e406048deae73b123 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 7 Oct 2015 15:59:12 +0000 Subject: [PATCH] include PubkeyAcceptedKeyTypes in ssh -G config dump --- usr.bin/ssh/readconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index ab7e7c3617b..d450c4116e2 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.241 2015/09/24 06:15:11 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.242 2015/10/07 15:59:12 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -2349,6 +2349,7 @@ dump_client_config(Options *o, const char *host) dump_cfg_string(oPKCS11Provider, o->pkcs11_provider); dump_cfg_string(oPreferredAuthentications, o->preferred_authentications); dump_cfg_string(oProxyCommand, o->proxy_command); + dump_cfg_string(oPubkeyAcceptedKeyTypes, o->pubkey_key_types); dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); dump_cfg_string(oXAuthLocation, o->xauth_location); -- 2.20.1