parallel-rsync: ssh options has no effect on rsync

Bug #1101014 reported by Fantoccini
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pssh (Ubuntu)
New
Undecided
Unassigned

Bug Description

in /bin/prsync
please change line 71 and 72:
        if opts.options:
            ssh += ['-o', opts.options]
to
         if opts.options:
             for opt in opts.options:
                 ssh += ['-o', opt]

lsb_release -rd:
Description: Ubuntu 12.04.1 LTS
Release: 12.04

apt-cache policy pkgname:
pssh:
  Installed: 2.2.2-1
  Candidate: 2.2.2-1
  Version table:
 *** 2.2.2-1 0
        500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
        100 /var/lib/dpkg/status

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.