History of 2023-12-01 Unable to use public key authentication for ssh login on Raspberry Pi

2023-12-01
08:55 UTC Revision 2 . . . . bartvkTL;DR: Raspberry Pi OS will reject rsa keys, use another type of key, and copy it to the Pi: % ssh-keygen -t ecdsa % ssh-copy-id . . .