tanhakabir

Results 116 comments of tanhakabir

Hm I haven't heard of `tsh` before so I don't know much about it. But in your original logs it's really odd to me that the install script that we...

Is this a valid path to ssh? `/usr/local/bin/tsh ssh` Maybe you you need to escape the space?

> I don't know if there's a way to disable the SSH version check with VS Code? This would require an additional setting. It would be best if tsh could...

> it's odd that it works fine with ”remote.SSH.useLocalServer": “true" after connecting once with ”remote.SSH.useLocalServer": “false”. That's really odd. @KasperSkytte do you have logs of when it is successful with...

It's really odd to me that on the second run it doesn't seem like the script is being echo'd as seen in your original logs. @webvictim I really can't tell...

@webvictim it does all of the above. It checks if you have curl or wget on your remote machine and tries to download the vscode server with that. If it's...

It's unlikely to be the issue because in the first logs he shared it shows how the script he runs is just echo'd. If it gets as far as the...

@KasperSkytte at this time I suppose still keep using the workaround. I can investigate the exact differences between tsh and ssh in a later time but currently I don't know...

Hm and do you see `/juno/home/zhangh5/work/.vscode-server/.dfd34e8260c270da74b5c2d86d61aee4b6d56977.pid` exist in your remote machine? It looks like we get stuck trying to read the file. Do you generally have home directory read/write access...

Do you have any alias that changes the behavior of `ps`? You can check `ps aux --forest` to see if the script is stuck in the same place as the...