Trying to setup a Pi4 as a Channels DVR server. Following these instructions results in "Permission denied (publickey)" error when connecting via ssh:
SSH access
SSH root access to the OS is possible on port 22222. To enable this feature:
- Format any small USB thumbdrive (using FAT/NTFS/exFAT/HFS) with the label
CONFIG - Prepare an
authorized_keysfile and copy it to the drive - Plug the drive into the Pi
- SSH access will be setup automatically for the SSH key provided, via
ssh -p 22222 root@dvr-server
I followed the directions literally and the authorized_keys file is blank per the instructions. I saw on a linked page that you can generate an ssh key and included it in the file. But I did not do this since the channels dvr instructions don't say to. Is that the problem or is it something else?
Any help would be appreciated.