I am using shell script to install Rclone and run it in RCD mode.
Now I need to encrypt config file as it will contain few remotes passwords.
From below post I saw the 'autoexpect/expect' option which we can use to achive in shell script.
But curious to know if there is any latest direct way to achieve this without writing 'expect' script for interactive remote config encryption?