Public bug reported:

When port numbers are given in SSH URIs, duplicity incorrectly calls
sftp and scp with that port number in the hostname field.

Example:
$ duplicity -v5 svn ssh://example.com:26/svn.duplicity
Running 'sftp  -oPort=26 [EMAIL PROTECTED]:26' (attempt #1)
Remote file or directory 'svn.duplicity' does not exist
Running 'sftp  -oPort=26 [EMAIL PROTECTED]:26' failed (attempt #1)

sftp should be called as 'sftp  -oPort=26 example.com' (without :26).

This bug is solved in duplicity v0.4.12.

Bug URL: https://savannah.nongnu.org/bugs/index.php?23066
ChangeLog for v0.4.12: http://duplicity.nongnu.org/CHANGELOG

** Affects: duplicity (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  When port numbers are given in SSH URIs, duplicity incorrectly calls
  sftp and scp with that port number in the hostname field.
  
  Example:
  $ duplicity -v5 svn ssh://example.com:26/svn.duplicity
  Running 'sftp  -oPort=26 [EMAIL PROTECTED]:26' (attempt #1)
  Remote file or directory 'svn.duplicity' does not exist
  Running 'sftp  -oPort=26 [EMAIL PROTECTED]:26' failed (attempt #1)
  
  sftp should be called as 'sftp  -oPort=26 example.com' (without :26).
  
  This bug is solved in duplicity v0.4.12.
+ 
+ Bug URL: https://savannah.nongnu.org/bugs/index.php?23066
+ ChangeLog for v0.4.12: http://duplicity.nongnu.org/CHANGELOG

-- 
ssh uris with given portnumbers are not handled correctly
https://bugs.launchpad.net/bugs/259076
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to