Skip to content

Instantly share code, notes, and snippets.

@raultm
Created June 16, 2017 11:46
Show Gist options
  • Save raultm/2e428e2fb4b36ff604ac258ab858bad8 to your computer and use it in GitHub Desktop.
Save raultm/2e428e2fb4b36ff604ac258ab858bad8 to your computer and use it in GitHub Desktop.
check SSH
until ssh root@$1
do
echo "Try again"
sleep 10
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment