Skip to content

Instantly share code, notes, and snippets.

@shawnbutts
Created May 30, 2014 13:29
Show Gist options
  • Save shawnbutts/9451a2b6293d6ed7d626 to your computer and use it in GitHub Desktop.
Save shawnbutts/9451a2b6293d6ed7d626 to your computer and use it in GitHub Desktop.
ssh connection test
time ssh <SERVER> 'a=1; while true; do echo $a `date` ; let a=a+1; sleep 1; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment