Hello,
i'm probably loosing something very stupid, but i can's sort out
i'm trying to setup key based auth to be able to make unattended scp between my main router and my AP, both OWRT based.
It should be router -> AP so:
- on the AP, i created keys:
dropbearkey -t ed25519 -f ~/.ssh/AccessPointSSH
- i added the pub key to the trusted key on the AP
- i copied the pub key to the client (so my router)
- tried executing scp toward my AP, using the copied pub key
ssh -i /root/.ssh/AccessPointSSH.pub accesspoint.lan
What i get, is this error:
ssh: Exited: String too long
Router version is 23.05 official (x86)
AP version is 24.10-RC4 (Flint2)
I fear i'm loosing something in keys format, but can't get what..
thanks