More Permission denied (publickey)

Hi - I wonder if you could suggest what I need to do to resolve this error please -

graeme@GGPro ~ %  ssh-copy-id -f -i '/Users/graeme/.ssh/sce/graeme.ha.ed25519.pub' -p 22 graeme@homeassistant.local
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/Users/graeme/.ssh/sce/graeme.ha.ed25519.pub"
The authenticity of host 'homeassistant.local (192.168.0.65)' can't be established.
ED25519 key fingerprint is SHA256:redacted.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
graeme@homeassistant.local: Permission denied (publickey).

thanks
graeme

Please run this command in the local terminal:

ssh-copy-id -f -i '/Users/graeme/.ssh/sce/graeme.ha.ed25519.pub' -p 22 -o LogLevel=DEBUG3 graeme@homeassistant.local

The -o LogLevel=DEBUG3 param prints more detailed information so that we can investigate the output.

Kindly Regards,

Yang

coreshellsupportexport.exp (9.0 KB)

thanks for getting back so quickly - output attached

kind regards
graeme

How do you authenticate to graeme@homeassistant.local, what ssh command are you using for log into this host?

Yang