try taking out known_hosts requirment

This commit is contained in:
sparklyballs 2016-08-20 00:15:37 +01:00
parent 4ebbeb524e
commit 41766ee049

View File

@ -10,7 +10,6 @@ mkdir -p \
[[ ! -e /config/ssh/id_rsa.pub ]] || \
[[ ! -e /config/ssh/id_rsa ]] || \
[[ ! -e /config/ssh/config ]] || \
[[ ! -e /config/ssh/known_hosts ]] || \
[[ ! -e /config/cron/jobs ]] && \
( echo "required config not found" && exit 1)