File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
site/src/components/SSHButton Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,14 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
59
59
< Stack spacing = { 0.5 } className = { styles . codeExamples } >
60
60
< div >
61
61
< 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 >
68
63
</ HelpTooltipText >
69
64
< CodeExample code = "coder config-ssh" />
70
65
</ div >
71
66
72
67
< div >
73
68
< HelpTooltipText >
74
- < strong className = { styles . codeExampleLabel } > Connect to the agent</ strong >
69
+ < strong className = { styles . codeExampleLabel } > Connect to the agent: </ strong >
75
70
</ HelpTooltipText >
76
71
< CodeExample code = { `ssh coder.${ workspaceName } .${ agentName } ` } />
77
72
</ div >
@@ -81,8 +76,11 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
81
76
< HelpTooltipLink href = "https://coder.com/docs/coder-oss/latest/install" >
82
77
Install Coder CLI
83
78
</ 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
86
84
</ HelpTooltipLink >
87
85
< HelpTooltipLink href = "https://coder.com/docs/coder-oss/latest/ides#ssh-configuration" >
88
86
SSH configuration
You can’t perform that action at this time.
0 commit comments