You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows you to debug the environment in case of an OOM or other crash.
At the moment we only allow the use of the ssh-key to log in, but when the image is memory constrained or otherwise affect by a crash, the sshd process becomes unreachable. This prevents further debugging. I suggest adding a
$ crc config set emergency-login true # or debug-login
which generates a random password on startup and allows you to login in case of an issue.
The text was updated successfully, but these errors were encountered:
This allows you to debug the environment in case of an OOM or other crash.
At the moment we only allow the use of the ssh-key to log in, but when the image is memory constrained or otherwise affect by a crash, the
sshd
process becomes unreachable. This prevents further debugging. I suggest adding awhich generates a random password on startup and allows you to login in case of an issue.
The text was updated successfully, but these errors were encountered: