We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15026 commit 949ab4bCopy full SHA for 949ab4b
site/src/modules/resources/SSHButton/SSHButton.tsx
@@ -56,7 +56,7 @@ export const AgentSSHButton: FC<AgentSSHButtonProps> = ({
56
/>
57
<SSHStep
58
helpText="Connect to the agent:"
59
- codeExample={`ssh ${workspaceName}.${agentName}.${workspaceOwnerUsername}.${sshSuffix}`}
+ codeExample={`ssh ${agentName}.${workspaceName}.${workspaceOwnerUsername}.${sshSuffix}`}
60
61
</Stack>
62
</ol>
0 commit comments