Gus Luxton
Gus Luxton
I think a `.msi` installer to automatically install `tsh.exe` into a known path and make it accessible via `%PATH%` in Powershell or `cmd.exe` could be a good idea. Teleport Connect...
How are you building teleconsole? This looks like a package build for `yaourt` or something similar which we can't provide support with.
> But notice the proxy command in ~/.ssh/config is /usr/local/bin/tsh, would that matter? The `ProxyCommand` shouldn't make too much difference; `tsh proxy ssh` just calls `ssh -s proxy:%h:%p` with the...
> I may be guessing here, but could it be due to the proxy command is invoking in a subshell (-s)? `-s` actually requests an SSH subsystem from the connected...
@KasperSkytte That’s what I suspected too. Curious if when you reboot the VM (thus stopping the remote VS Code server) do you then have to set `”remote.SSH.useLocalServer": “false”` once before...
OK, I misunderstood that you were connecting from VM -> code server on workstation rather than workstation -> code server on VM. Either way, it's odd that it works fine...
I'm curious whether the script runs `curl` or `wget` or something to download the server on the remote machine if it's not present, or whether it transfers it down the...
Interesting. @KasperSkytte did you have `curl` or `wget` on your server? I'm wondering whether maybe the file transfer part could be causing the issue.
From the Teleport side we just don't have the time to be able to reproduce this and work on fixing it, I'm sorry. I'd like to but it's just not...
I've done most of this work - https://github.com/gravitational/teleport/commit/4e95f297562348bdb93342d319d0de89b6eaeb59 Just need to verify this a bit more and then I'll raise a PR.