On 12/07/2013 14:00, Alexander Zangerl wrote:
> . move your client side .ssh/config out of the way, and retry
no change

> . create a blank .ssh/known_hosts on the client side, and retry
no change

> . are you using ssh keys for authentication? what type?
>  if so, please retry with them moved out of the way on the client
>  and password authentication via $FTP_PASSWORD
I'm using ssh keys (type rsa), and the server I'm trying to connect to does not
allow password authentification.

I've upgraded python-paramiko to the last version on sid (1.10.1-1) and I now
have a different error:


$ duplicity --verbosity debug test scp://u...@example.com//tmp/test
Using archive dir: /home/user/.cache/duplicity/75f3d1500e99b095e961bc034fd66f01
Using backup name: 75f3d1500e99b095e961bc034fd66f01
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.u1backend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Using temporary directory /tmp/duplicity-0mhFZR-tempdir
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1417, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1410, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1263, in main
    action = commandline.ProcessCommandLine(sys.argv[1:])
  File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 1013, 
in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 906, 
in set_backend
    globals.backend = backend.get_backend(bend)
  File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 161, in 
get_backend
    return _backends[pu.scheme](pu)
  File "/usr/lib/python2.7/dist-packages/duplicity/backends/_ssh_paramiko.py", 
line 184, in __init__
    self.config['identityfile'])
  File "/usr/lib/python2.7/posixpath.py", line 261, in expanduser
    if not path.startswith('~'):
AttributeError: 'list' object has no attribute 'startswith'



-- 
Félix

Attachment: signature.asc
Description: Digital signature

Reply via email to