Created
June 16, 2017 11:46
-
-
Save raultm/2e428e2fb4b36ff604ac258ab858bad8 to your computer and use it in GitHub Desktop.
check SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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