View Single Post
Old 06-19-2015, 04:41 PM   #30
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
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.

Last edited by knc1; 06-19-2015 at 04:56 PM.
knc1 is offline   Reply With Quote