- Get a prompt, either via SSH, Devcontainer Remoting, etc.
- Get VSCode CLI. For Linux x64:
mkdir ~\bin
cd ~\bin
curl -L 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' | tar -xz
chmod +x code
.\code agent host --tunnel --name myagent #Name is optional, it'll use the hostname otherwise- Do a github code login