duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] .onion, .i2p


From: du_ml
Subject: [Duplicity-talk] .onion, .i2p
Date: Thu, 26 Oct 2023 08:59:40 +0000

Hello,

I cannot use duplicity with the remote server xxxx.onion.
I can connect with that server using e.g. ssh or rsync.

I used:

duplicity /home/directory scp://xxxx.onion:/remote/directory

output:

ackendException: ssh connection to yyy@xxxx.onion:ZZZ failed: [Errno 97] Address family not supported by protocol


my ssh_config:

Host *.onion
         ProxyCommand nc -x 127.0.0.1:9050 -X 5 %h %p
         Compression yes

Host xxxx.onion
        Port ZZZ
        User yyy

The same is with .i2p domain.

Regards.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]