I set up an SSH key using GNOME's Seahorse, also known as Passwords and Secrets. The application appears to have saved the private key to ~/.ssh/id_rsa.
I have copied the public key to the server using ssh-copy-id <username>@<host>. However, it still prompts me for the SSH password when attempting to connect.
How can I change it to utilize the key produced by Seahorse? I am attempting to utilize the backup service provided by rsync.net.
ssh -v username@host true. What does it say about the key? 2. Please confirm you mean "password", not "passphrase".