I'm trying to SSH in to my Channels DVR, which worked fine previously, but I've had to reinstall windows and forgot to save the keys so I generated a new RSA pair and used the web interface to paste in the pub key but it won't auth. I tried a couple other options as well, increasing the length as well as using ecdsa, but still the same issues.
Steps to replicate:
- Log into web interface and uncheck ssh box
- Open WSL (Ubuntu) and run ssh-keygen, defaults and no passphrase
- cat .ssh/id_rsa.pub and copy entire string
- click the ssh box in the web interface and paste the string into the text box
- ssh root@channelsdvr.local -p 22222
"root@channelsdvr.local: Permission denied (publickey)."
I'm sure I'm missing something dumb, but could use some advice. Thanks!