On 03/08/2016 11:16 PM, Shawn McKinney wrote: >> To access the server you first need to add your ssh pubkey to >> https://id.apache.org/ > > Yes actually the fingerprint of the pubkey. Generated thusly: > > # gpg --list-keys --fingerprint PUBKEYID > > and then set to entry field on my profile on the server page.
No, not the PGP/GPG fingerprint, your SSH key.
cat ~/.ssh/id_rsa.pub (or similar)
and then put the whole content into the
SSH Key (authorized_keys line):
field.
