-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
使用版本sersync2.5.4
测试情况,如果ssh使用22端口则可以同步成功,如果使用其他
端口则无效
rsync -az -R --delete ./ -e ssh --port=2222 test@192.168.1.10:/var/tmp
rsync -az -R --delete ./ -e “ssh -p2222” test@192.168.1.10:/var/tmp
第一条命令是sersync启动时execute
command提示的部分信息,而该--port参数对ssh无效
手工执行第二条命令可以同步成功
故此,我觉得是个bug,建议sersync对开启ssh时的-e参数
写得比较啰嗦,见笑了
Original issue reported on code.google.com by hzke...@gmail.com on 26 Jan 2014 at 2:50
Metadata
Metadata
Assignees
Labels
No labels