// TRANSLATORS: Network proposal informative text with link around
// IMPORTANT: Please, do not change the HTML link <a href="...">...</a>, only visible text
output = output + "<br>" + _("SSH port is <a href=\"firewall--disable_ssh_in_proposal\">open</a>, but there are still no network interfaces configured");
}
y2milestone("SSH is " + (is_ssh_enabled ? "":"not ") + "enabled");
if (Linuxrc::usessh()) {
if (!is_ssh_enabled)
// TRANSLATORS: This is a warning message. Installation over SSH without SSH allowed on firewall
AddWarning(_("You are installing a system over SSH, but you have not opened the SSH port on the firewall."));
}
// when the firewall is enabled and we are installing the system over VNC