Hey. I'm getting an error when setting up remote. The command to test sshd setup produces an error:
pi@raspberrypi:~ $ sshd -t && echo 'looks good' || echo 'sshd config is invalid'
sshd: no hostkeys available -- exiting.
sshd config is invalid
I have added the ssh key to /home/pitunnel/.ssh/authorized_keys and have modified the permissions per the instructions. Is there anything else I need to so? /home/pitunnel/.ssh/authorized_keys looks like this:
ssh-ed25519 <long_string_of_characters_and_numbers> pi@raspberrypi
Is this correct?
Hey. I'm getting an error when setting up
remote. The command to test sshd setup produces an error:I have added the ssh key to
/home/pitunnel/.ssh/authorized_keysand have modified the permissions per the instructions. Is there anything else I need to so?/home/pitunnel/.ssh/authorized_keyslooks like this:Is this correct?