It's been years since I last installed Ubuntu Server manually, most of the times I just provision an instance in AWS, Digitalocean, etc.
Today I wanted to run a test locally so I installed a new virtual machine on VirtualBuddy and Ubuntu Server 20.04 for ARM (I know it's old but I needed to test something specifically in that version).
Anyway, I noticed that the wizard now asks you if you want to enable SSH Server and import keys. One of the options is to import them from GitHub, you specify your username and it imports your public keys from there (https://github.com/<username>.keys
).
It's super useful, now I don't have to copy my key(s) manually before connecting to the VM (or server) from my local terminal.
Thanks to whoever implemented that.