We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After rebooting a system, the ssh key file in /tmp/tunnel_id_rs will turn into a directory that is owned by root.
/tmp/tunnel_id_rs
The container also doesn't start back up, but doesn't show any errors in logs.
To fix this, you can delete /tmp/tunnel_id_rsa and run task dev-tunnel:up again.
/tmp/tunnel_id_rsa
task dev-tunnel:up
The text was updated successfully, but these errors were encountered:
RVT-3745 Rebooting system breaks dev tunnels in devcontainers
Sorry, something went wrong.
AngelOnFira
No branches or pull requests
After rebooting a system, the ssh key file in
/tmp/tunnel_id_rs
will turn into a directory that is owned by root.The container also doesn't start back up, but doesn't show any errors in logs.
To fix this, you can delete
/tmp/tunnel_id_rsa
and runtask dev-tunnel:up
again.The text was updated successfully, but these errors were encountered: