diff --git a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh index 280da39577a3..ae3789fe5ee6 100755 --- a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh +++ b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh @@ -54,6 +54,7 @@ function cleanup() { # clear the known_host file (~/.ssh/known_hosts) if test -f /home/${user}/.ssh/known_hosts; then sudo echo "" > /home/${user}/.ssh/known_hosts + ssh-keyscan github.com >>~/.ssh/known_hosts fi done # clean docker left overs