I am trying to access my (thanks, Santa!) new Ugoos AM6B+ through ssh so I can install CoreELEC as a dual boot to the eMMc (I already have CoreElec running via a thumb drive) and I keep getting this message:
I think I might have borked the ssh on my Mac Studio at some point in my history and none of the solutions I’ve found online can fix the Permission Denied problem and give me access to ceemc in the Ugoos.
Please assume I know nothing about computing as I am just a Mac user who is just learning how to use Android and Kodi.
ssh root@192.168.1.67
The authenticity of host ‘192.168.1.67 (192.168.1.67)’ can’t be established.
ED25519 key fingerprint is SHA256:gk5qc1bWqlEQjDwgg62eH/DJByX+6NrnR1E9w4yBP3A.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/\[fingerprint\])? yes
Warning: Permanently added ‘192.168.1.67’ (ED25519) to the list of known hosts.
root@192.168.1.67’s password:
##############################################
The authenticity of host 'coreelec.local. (192.168.1.240)' can't be established.
ED25519 key fingerprint is SHA256:UwkCdEi8ZD9Mr6y9asMQ0ocSon0BQDOvUl0aRAljc6Y.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/\[fingerprint\])? yes
Warning: Permanently added 'coreelec.local.' (ED25519) to the list of known hosts.
root@coreelec.local.: Permission denied (publickey,keyboard-interactive).
\[Process completed\]
I’ve deleted the “known_hosts” twice and I have had the same outcome.
did you try a thirdparty ssh client like putty? it seems to me that you use id_rsa.pub and what else instead of a simple quick username and password login
and i mean you use the id_rsa.pup on the client in the past and thats is causing you trouble