1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +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
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332

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