0

I made an account with rsync.net for backups but am having issues setting them up with the GNOME Project's Pika Backup.

I set the location as: ssh://<username>@<username>.rsync.net/~/Backups

However, the application produces the error:

Failed to Initialize Repository
Connection closed by remote host: "Remote: <username>@<username>.rsync.net: Permission denied (publickey,password,keyboard-interactive."

How do I add my SSH password or key to Pika Backup?

2
  • This site is for questions about Unix & Linux, not about specific details of random web sites. You should read their documentation....and it's a pretty sure bet that this would be an FAQ on their site. Commented Sep 7 at 12:33
  • @cas Pika Backup is part of the GNOME Project (a primarily GNU/Linux organization creating and supporting various tools and resources). I have updated the question to hopefully make this more clear. Commented Sep 7 at 21:58

1 Answer 1

2

A careful reading of man ssh, shows us

~/.ssh/config This is the per-user configuration file. The file format and configuration options are described in ssh_config(5). Because of the potential for abuse, this file must have strict permissions: read/write for the user, and not writable by others.

The Host directive lets you setup per host options.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.