[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
sudo -v ; curl https://rclone.org/install.sh | sudo bash
nano ~/.config/rclone/rclone.conf
rclone mount myremote:data ~/mnt/myremote --daemon --allow-other --vfs-cache-mode writes