Set up Rclone via SSH, access to OneDrive.
The article is a supplement to the article:
When setting up, authentication must take place at one point. Normally, you open a link in the browser, authenticate yourself and gain access to OneDrive.
However, if you set up the whole thing via SSH on a server without a graphical user interface, for example, this is of course not possible.
We therefore select “No” for this step.
This is followed by an explanation: we should execute the command rclone authorise "onedrive"
on another computer.
To do this, we download “rclone” for the other computer. Under Windows it is a ZIP archive, which we unpack.
We then open a command prompt in the folder and enter the command.
rclone authorise "onedrive"
We can now perform authentication via the browser. If this works, an access key is created and issued. We now copy this and paste it into the remote session.
The installation can now be continued.