I’m trying to backup using my SSH agent, but I get prompted to supply a path to an SSH private key each time: “Enter the path of the private key file”. I can’t supply a path, as my private key is encrypted.
I can just press enter to skip this prompt, and the backup works successfully (in other words, the SSH agent support does work fine). But I’ve been unable to figure out a way to set the preferences such that I stop getting prompted to provide an SSH private key filename. I tried adding “ssh_key_file”: “” to the preferences file, but it didn’t have any effect.