I have a VM with an OpenSSH server running on it. I messed up my SSH server public key authentication setting (installed everything in my SSH session on the VM and not from an external terminal on my computer). I can SSH from my Debian session on the VM with the public key but this makes no sense.
I need to remove entirely my SSH key athentication so I can setup a new one correctly and be able to SSH from my OSX terminal to the server running on the VM.
What can I do to start all over clean?
Sorry for being such a noob.