Skip to content

Instantly share code, notes, and snippets.

@ciela
Created December 15, 2013 05:30
Show Gist options
  • Save ciela/7969287 to your computer and use it in GitHub Desktop.
Save ciela/7969287 to your computer and use it in GitHub Desktop.
rsyncでsshの鍵認証を使う
rsync -e 'ssh -i [秘密鍵パス]' user@server:/path/to/the/remote/file /path/to/the/local/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment