Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceef283

Browse files
authored
chore: minor changes to SSH dialog (#4142)
1 parent d30945c commit ceef283

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

site/src/components/SSHButton/SSHButton.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,14 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
5959
<Stack spacing={0.5} className={styles.codeExamples}>
6060
<div>
6161
<HelpTooltipText>
62-
<strong className={styles.codeExampleLabel}>
63-
Configure ssh{" "}
64-
<span className={styles.textHelper}>
65-
- only needs to be run once, or after managing workspaces
66-
</span>
67-
</strong>
62+
<strong className={styles.codeExampleLabel}>Configure SSH hosts on machine:</strong>
6863
</HelpTooltipText>
6964
<CodeExample code="coder config-ssh" />
7065
</div>
7166

7267
<div>
7368
<HelpTooltipText>
74-
<strong className={styles.codeExampleLabel}>Connect to the agent</strong>
69+
<strong className={styles.codeExampleLabel}>Connect to the agent:</strong>
7570
</HelpTooltipText>
7671
<CodeExample code={`ssh coder.${workspaceName}.${agentName}`} />
7772
</div>
@@ -81,8 +76,11 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
8176
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/install">
8277
Install Coder CLI
8378
</HelpTooltipLink>
84-
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides/web-ides">
85-
Configuring Web IDEs
79+
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides#vs-code-remote">
80+
Connect via VS Code Remote SSH
81+
</HelpTooltipLink>
82+
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides#jetbrains-gateway">
83+
Connect via JetBrains Gateway
8684
</HelpTooltipLink>
8785
<HelpTooltipLink href="https://coder.com/docs/coder-oss/latest/ides#ssh-configuration">
8886
SSH configuration

0 commit comments

Comments
 (0)