diff --git a/messages/en-US.json b/messages/en-US.json index 0cf4492c0..42eeb5add 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -2004,7 +2004,6 @@ "sshServerDestinationDescription": "Configure the destination and port of the SSH server", "destination": "Destination", "bgTargetMultiSiteDisclaimer": "Selecting multiple sites enables resilient routing and failover for high availability.", - "sshAccess": "SSH Access", "roleAllowSsh": "Allow SSH", "roleAllowSshAllow": "Allow", "roleAllowSshDisallow": "Disallow", diff --git a/src/components/InternalResourceForm.tsx b/src/components/InternalResourceForm.tsx index 0cddfad01..f733df099 100644 --- a/src/components/InternalResourceForm.tsx +++ b/src/components/InternalResourceForm.tsx @@ -622,7 +622,7 @@ export function InternalResourceForm({ clients: [] }); setSelectedSites([]); - setSshServerMode("standard"); + setSshServerMode("native"); setTcpPortMode("all"); setUdpPortMode("all"); setTcpCustomPorts(""); @@ -784,7 +784,7 @@ export function InternalResourceForm({ }, ...(disableEnterpriseFeatures || mode !== "ssh" ? [] - : [{ title: t("sshAccess"), href: "#" }]) + : [{ title: t("sshSettings"), href: "#" }]) ]} >