btrfs-sync icon indicating copy to clipboard operation
btrfs-sync copied to clipboard

src check fails

Open fungleezing opened this issue 4 years ago • 1 comments

I'm getting a "Host key verification failed." from somewhere in the loop on line 138.

manually running the output from echov "${SRC_CMD[@]}" inserted after line 138 makes a successful ssh connection with no host key error.

sudo btrfs-sync [email protected]:/mnt/bulk /media/jake/Toshiba2TB

fungleezing avatar Jan 06 '21 17:01 fungleezing

Did you check ipv4 and ipv6 when testing manually? For ssh there is a -4 and -6 flag. Depending on what your system or btrfs-sync prefers at the moment, this has different effects on the host key verification.

mritzmann avatar Jul 26 '21 07:07 mritzmann