Encrypting your rclone configuration is highly recommended because Rclone stores your Internxt mnemonic and JWT token in its configuration file.
Encrypt your rclone configuration
To protect these sensitive credentials, enter the following command:
```bash
rclone config password
```
This command will:
Prompt you to set a password
Encrypt your entire rclone configuration file
Require the password each time you use rclone
Protect Your configuration file
Ensure your configuration file has appropriate permissions:
```bash
# Linux/macOS
chmod 600 ~/.config/rclone/rclone.conf
# Check permissions
ls -l ~/.config/rclone/rclone.conf
Other security advice
Use a unique, strong password or passphrase for your account
Enable two-factor authentication (2FA) on your Internxt account
Never share your rclone configuration file or credentials
Additional resources
Rclone Official Documentation: https://rclone.org/docs/
Rclone Remote Setup Guide: https://rclone.org/remote_setup/ (Essential for headless/remote machine configuration)
Rclone forum: https://forum.rclone.org
Rclone Command Reference: https://rclone.org/commands/
Internxt Drive Support:[email protected]

