Skip to content

Instantly share code, notes, and snippets.

@nadeesha
Created October 22, 2021 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadeesha/b1df5ba844fdb1265bc2ec32ef083baf to your computer and use it in GitHub Desktop.
Save nadeesha/b1df5ba844fdb1265bc2ec32ef083baf to your computer and use it in GitHub Desktop.
Markdium-Using a .netrc to securely store remote server credentials
$cat ~/.netrc
machine api.usecloudstate.io
login me@example.com
password c4cd94da15ea0544802c2cfd5ec4ead324327111
machine github.com
login me@example.com
password c2224da15ea0544802c2cfd5ec4ead324327430
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment