Yup - I agree with you - keep it simple.
sshfs over wireless to pc hosting Calibre and use the "connect to folder" option.
This thread has turned into a discussion of:
- - - -
Reference 1:
https://www.digitalocean.com/communi...stems-over-ssh
Specifically note the:
Quote:
Code:
sudo sshfs root@xxx.xxx.xxx.xxx:/ /mnt/droplet
If your droplet is configured for login via ssh key authorization, you will need to tell sshfs to use your public keys with the following command. You will be asked to enter the passphrase you used during the creation of your keys with ssh-keygen.
Code:
sudo sshfs -o IdentityFile=~/.ssh/id_rsa root@xxx.xxx.xxx.xxx:/ /mnt/droplet
|
Reference 2:
The readme and other USBnetworking add-in documentation, that recommends using public key (pair) authentication with ssh (sshfs) over wifi.
Note that the same also works over the USB cable.
Reference 3:
Whatever documentation Calibre provides for the "connect to folder (/mnt/droplet)" case.
You have me on that one, I don't use Calibre.