Today I started learning how to work with GPG keys. I successfully generated a pair for me, and imported some other keys, encrypted some files and successfully decrypted them.
I want to send my GPG key to the keyserver, but I cannot seem to be able to do so.
I ran:
$ gpg2 --send-keys 61955ADD7D75EE596DD08557105C63FAC0CD6192
gpg: sending key 105C63FAC0CD6192 to hkps://hkps.pool.sks-keyservers.net
However, when trying to import it on another machine (gpg --keyserver pool.sks-keyservers.net --recv-keys 105C63FAC0CD6192
) it says it's not found, and indeed it is not listed here: http://pool.sks-keyservers.net/pks/lookup?search=105C63FAC0CD6192&fingerprint=on&op=index
How long does it usually take to upload the key and share it among the key servers?
What am I doing wrong?