Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Last active May 7, 2020 17:06
Show Gist options
  • Save kbbgl/9f893af57556175fc8069e14d6b56280 to your computer and use it in GitHub Desktop.
Save kbbgl/9f893af57556175fc8069e14d6b56280 to your computer and use it in GitHub Desktop.
[Linux | run remote commands] #linux #bash #ssh
ssh -i /path/to/pem.pem user@IP 'df -h'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment