mirror of
/repos/baseimage-docker.git
synced 2026-06-25 13:50:50 +02:00
Add forgotten file
This commit is contained in:
Executable
+6
@@ -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
|
||||
Reference in New Issue
Block a user