1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Add forgotten file

This commit is contained in:
Hongli Lai (Phusion)
2014-01-31 19:29:50 +01:00
parent 4ee9947467
commit d2d1f713a4

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
if [[ ! -e /etc/ssh/ssh_host_rsa_key ]]; then
echo "No SSH host key available. Generating one..."
dpkg-reconfigure openssh-server
fi