Visual Studio Code SSH Servver

less than 1 minute read

Published:

I almost exclusively develop using SSH sessions on other CUDA-enabled machine for differentiable rendering, PyTorch, training models, etc. Recently, I ran into the problem off having the VS Code server failing to start at the beginning of an ssh session. This post on SO showed how to kill the server remotely so that it will restart on the next login attempt.