From 6a2986c505d862063b628e5ab969b2c2fa1869be Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 18:06:02 +0200 Subject: [PATCH] Show SSH Key Setup accordion on edit remote too Co-Authored-By: Claude Opus 4.6 --- whm/gniza-whm/remotes.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/whm/gniza-whm/remotes.cgi b/whm/gniza-whm/remotes.cgi index 6b2276a..c839430 100644 --- a/whm/gniza-whm/remotes.cgi +++ b/whm/gniza-whm/remotes.cgi @@ -537,11 +537,9 @@ sub render_remote_form { # ── SSH fields ──────────────────────────────────────────── my $ssh_hidden = ($remote_type ne 'ssh') ? ' hidden' : ''; - # SSH key guidance (add mode only) + # SSH key guidance print qq{
\n}; - unless ($is_edit) { - print GnizaWHM::UI::render_ssh_guidance(); - } + print GnizaWHM::UI::render_ssh_guidance(); print qq{
\n}; my $auth_method = $conf->{REMOTE_AUTH_METHOD} // 'key';