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
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
On Debian/Ubuntu, we generate missing SSH host keys by triggering package reconfiguration, e.g.:
if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure openssh-server
fi
Inside the dpkg-reconfigure, the restart of SSH is triggered. Running this from inside the existing service running early before SSH itself, this can block the one-context-local and also complete machine boot.
Observed on Ubuntu 21.04.
The text was updated successfully, but these errors were encountered:
On Debian/Ubuntu, we generate missing SSH host keys by triggering package reconfiguration, e.g.:
Inside the dpkg-reconfigure, the restart of SSH is triggered. Running this from inside the existing service running early before SSH itself, this can block the
one-context-local
and also complete machine boot.Observed on Ubuntu 21.04.
The text was updated successfully, but these errors were encountered: