diff --git a/config.c b/config.c index 6388144e..4dfa49a3 100644 --- a/config.c +++ b/config.c @@ -2439,7 +2439,8 @@ void setup_config_box(struct controlbox *b, bool midsession, #define DISPLAY_NON_RECONFIGURABLE_PROTOCOL(which_proto) \ (backend_vt_from_proto(which_proto) && !midsession) - if (DISPLAY_RECONFIGURABLE_PROTOCOL(PROT_SSH)) { + if (DISPLAY_RECONFIGURABLE_PROTOCOL(PROT_SSH) || + DISPLAY_RECONFIGURABLE_PROTOCOL(PROT_SSHCONN)) { /* * The Connection/SSH panel. */