Wed, 09 Sep 2015 11:55:35 -0500 "David C. Rankin" <drankinatty@suddenlinkmail.com>:
I built gnu-cflow and was going to upload it to aur. I created a new ecdsa key, added the contents of the public key to my aur profile, copied the new key to ~/.ssh/cflow.pub on my machine and then attempt to an upload with:
cflow.pub? Do you intend to only ever maintain that single AUR package?
git clone ssh://aur@aur.archlinux.org/cflow.git Cloning into 'cflow'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
What am I doing wrong?
You have a pubkey with a non-standard name and don't use ssh-agent. Rename cflow.pub to id_ecdsa.pub and everything should work. --byte