mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Fixed some warnings in 00_regen_ssh_host_keys.sh.
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
set -e
|
||||
if [[ ! -e /etc/ssh/ssh_host_rsa_key ]]; then
|
||||
echo "No SSH host key available. Generating one..."
|
||||
export LC_ALL=C
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
dpkg-reconfigure openssh-server
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user