Skip to content

Instantly share code, notes, and snippets.

@reintakura
Last active March 18, 2020 17:19
Show Gist options
  • Save reintakura/232765dd624f5b2a303b7f95b24c82cc to your computer and use it in GitHub Desktop.
Save reintakura/232765dd624f5b2a303b7f95b24c82cc to your computer and use it in GitHub Desktop.
for s in 192.168.1.{1..254}; do ssh ubuntu@${s} 'uname -a && hostname' ; done
for s in 192.168.1.{1..254}; do scp -i key.pem ubuntu@${s}:/remote/dir/foobar.txt /local/dir ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment