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';