I'm setting up a small OpenSSH server so that I can access important files without sitting directly in front of my home computer. I've success fully set up the server, but now I want to set up key authentication (so that it's a little bit tougher for someone to break into).
I've copied the keys from my Lubuntu setup, copied them to my windows machine, and converted them to .ppk format with puttygen. In the SSH -> Auth section, I've selected my RSA.ppk key file, saved the settings and logged into the server. I enter my username, but then after, I receive the output: Server refused our key.
I've uncommented the HostKey lines for RSA, ECDSA, and ED25519 in my sshd_config. I don't know what else I'm supposed to do.