fix: change username for ssh command in info tab
This commit is contained in:
@@ -53,7 +53,7 @@ function SshTab() {
|
|||||||
<pre>{workspace.sshPort}</pre>
|
<pre>{workspace.sshPort}</pre>
|
||||||
<p className="text-sm text-muted-foreground mt-4">Command</p>
|
<p className="text-sm text-muted-foreground mt-4">Command</p>
|
||||||
<pre>
|
<pre>
|
||||||
ssh -p {workspace.sshPort} testuser@
|
ssh -p {workspace.sshPort} username@
|
||||||
{import.meta.env.VITE_HOST_NAME || window.location.hostname}
|
{import.meta.env.VITE_HOST_NAME || window.location.hostname}
|
||||||
</pre>
|
</pre>
|
||||||
</TabContainer>
|
</TabContainer>
|
||||||
|
Reference in New Issue
Block a user