FMeinicke's Wiki

Home

❯

Linux

❯

Commands

❯

rsync with identity file

rsync with identity file

May 26, 20251 min read

  • rsync/-e
  • rsync/--rsh

-e —rsh

Source

  • https://unix.stackexchange.com/a/127355/482223
  • use the --rsh=COMMAND/-e flag
rsync -e "ssh -i ~/.ssh/id_rsa" ...

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub