Spicify SSH port in rsync command
rsync
use port 22 by default, if you want to use a different port, you can use -e
option to specify the SSH port.
rsync -e 'ssh -p 1234' username@hostname:SourceFile DestFile
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here