View Single Post
Old 06-11-2025, 01:01 PM   #6
amar
Junior Member
amar began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Kindle3 Keyboard
Quote:
Originally Posted by DNSB View Post
Perhaps the issue lies in the error message?

Code:
debug1: Next authentication method: publickey
debug1: Offering public key: /home/will/.ssh/id_kindle RSA SHA256:3OMCm0BM9fVLwqL141DjgXaibahnP36aVfDMUQZkj88 explicit agent
debug1: send_pubkey_test: no mutual signature algorithm
Not sure if you can regenerate the keys but that might be worth a try.
Hi DNSB,
Yes, that's what I saw the first time when I used default RSA key and that's why I have generated ed25519 key and I think this lines say it's ok:
Code:
debug1: Offering public key: /home/will/.ssh/kindle_ed25519 ED25519 SHA256:i5ns5vcwnJRPWBoUlXyUyYUVxHHU3TfV139d96HAdtQ explicit agent
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
So it looks to me like it is accepting the key but then it moves to next ones like RSA and 3rd one (I have 3 keys in my .ssh) but after checking all those keys it still moves to ask for password. This is what I don't understand.
I tried it on my laptop with fresh, clean system where I put only 1 ed25519 key in my ~/.ssh/ folder (I copied it from my PC) and tried to login again with no success.
amar is offline   Reply With Quote