Skip to content

Instantly share code, notes, and snippets.

@you21979
Created February 21, 2014 08:59
Show Gist options
  • Save you21979/9130958 to your computer and use it in GitHub Desktop.
Save you21979/9130958 to your computer and use it in GitHub Desktop.
ssh 鍵

ssh

ssh -i ~/.ssh/keyfile

ansible

ansible-playbook --private-key ~/.ssh/keyfile

fabric

fabric -i ~/.ssh/keyfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment