X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/60860bc3697233687834d4efd4f1fe616f2fb9fb..881da16842e210236b12a040a19bf480de3a5a92:/config.c diff --git a/config.c b/config.c index bd07d951..4f01c160 100644 --- a/config.c +++ b/config.c @@ -1721,6 +1721,14 @@ void setup_config_box(struct controlbox *b, int midsession, "IPv6", '6', I(ADDRTYPE_IPV6), NULL); #endif + + s = ctrl_getset(b, "Connection", "identity", + "Logical name of remote host"); + ctrl_editbox(s, "Logical name of remote host (e.g. for SSH key lookup):", + 'm', 100, + HELPCTX(connection_loghost), + dlg_stdeditbox_handler, I(offsetof(Config,loghost)), + I(sizeof(((Config *)0)->loghost))); } /*