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