Skip to content

关于ssh key同步的问题 #68

Description

@GoogleCodeExporter
使用版本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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions