Fix key persistence

This commit is contained in:
Dave Pedu 2016-04-20 00:30:39 -07:00
parent 41c1151af3
commit 407f8817cc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,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