SSH keys for remote backup services: What's the point?
The remote backup service I've been trying out is BorgBase, but I'm sure that most of these S3 storage services are similar.
BorgBase has procedures for using SSH keys to connect my local machine to my BorgBase account. Setting up the RESTIC_REPOSITORY environment variable is what allows me to make the connection and upload my files. In the command line environment where I'm running restic, I am NOT asked for my BorgBase password, but I am asked for my repository password.
Is there any point in having SSH keys set up for BorgBase?