Hello everyone.
I want to create rsa keys with the command: ssh-keygen -t rsa on linux and send the private and public key to my arduino uno board. Later I will be using these keys to sign some data with.
My question is how do I send files? Where do I send these files to the EEPROM through Serial? I couldn't find any option to send files through Serial though. I am new to Arduino. I hope someone can help me.