fix ssh key (re)generation

This commit is contained in:
Dave Pedu 2016-01-30 17:19:20 -08:00
parent 55038fe7e0
commit 864f77780d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Regenerate ssh key per container
if [ ! -f "/etc/ssh/ssh_host_rsa_key" ]; then
if [ ! -f "/etc/ssh/keys/ssh_host_rsa_key" ]; then
# Regen keys
ssh-keygen -A