I have an EC2 Ubuntu instance and I want to make around 100 accounts on it. I have generated all the necessary key-pairs using a Python Script. Now the challenge is to send the public keys to the corresponding user directories in an automated manner. I am on a Windows machine so ssh-copy-id does not seem to work and I cannot use that in a bash script.
Does anyone know the best way to tackle this? Any help would be appreciated.