anoushkrit / open-setups

step-by-step guides to installing various softwares which don't have an easy way to get installed
GNU General Public License v3.0
0 stars 0 forks source link

rclone `mount` #13

Open anoushkrit opened 1 month ago

anoushkrit commented 1 month ago

sudo -v ; curl https://rclone.org/install.sh | sudo bash

nano ~/.config/rclone/rclone.conf

[myremote]
type = sftp
host = 192.168.1.100           ; Replace with your server's IP address
user = your_username            ; Replace with your SSH username
port = 22                       ; Default SSH port; change if necessary
key_file = /path/to/your/private/key  ; Path to your SSH private key
pass = your_password             ; Optional: use if password authentication is enabled

rclone mount myremote:data ~/mnt/myremote --daemon --allow-other --vfs-cache-mode writes

anoushkrit commented 1 month ago

[rivest] type = sftp host = user = ang port = 22 key_file = /Users/anoushkritgoel/.ssh/pub_rsa_rivest shell_type = unix md5sum_command = md5sum sha1sum_command = sha1sum

anoushkrit commented 1 month ago

https://osxfuse.github.io/ Install both sshfs and macfuse