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
Volume-mount container SSH keys instead of baking them into images
Container SSH public keys are now bind-mounted into student containers
at /etc/ssh/master_keys/ so key rotations take effect immediately
without rebuilding images or restarting containers.
Also improve SSH proxy error handling: show a generic internal error
with a trackable UUID instead of leaking details, and close the
channel on failure.
0 commit comments