fix ssh key (re)generation
This commit is contained in:
parent
55038fe7e0
commit
864f77780d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user