-
Notifications
You must be signed in to change notification settings - Fork 1.3k
~/.ssh/ is cleared between runs #8006
New issue
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
Comments
Currently, only the We are planning to tackle this issue by implementing a "full backup of the workspace". See #7719. Given that, will mark this as a duplicate. |
@0xJem in your tasks:
- before: rm -rf $HOME/.ssh; mkdir -p /workspace/.ssh; ln -sf /workspace/.ssh $HOME/.ssh This will persist your Also, you can utilize the dotfiles1 Footnotes |
Thanks all for the feedback/suggestions! Not entirely comfortable putting SSH keys into the variables, so the |
Bug description
If a workspace encounters a timeout and is relaunched, the contents of the
~/.ssh/
directory are cleared. This makes it cumbersome to get running again, as the keys need to be copied over.Steps to reproduce
~/.ssh/
~/.ssh/
will only containauthorized_keys
andsupervisor_env
Workspace affected
magenta-prawn-qs8g067f
Expected behavior
The contents of the
~/.ssh/
directory should persist.Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: