1
0
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:
Hongli Lai (Phusion)
2014-02-25 15:18:28 +01:00
parent ec719ad255
commit 4e60438c66
2 changed files with 3 additions and 0 deletions

View File

@@ -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