On 1/24/20 4:17 AM, J. Scheurich wrote:
Hi
$ git clone ssh://aur@aur.archlinux.org/white_dune.git Cloning into 'white_dune'... aur@aur.archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository. Is your key added to the ssh-agent? $ cat ~/.ssh/config Host aur.archlinux.org User aur PreferredAuthentications publickey IdentityFile ~/.ssh/aur AddKeysToAgent yes ... $ git push aur@aur.archlinux.org: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights $
Is this .ssh/config enough for ssh-agent ?
Are you sure your pubkey is added to your AUR profile? What is the full output of the command: ssh -v aur@aur.archlinux.org -- Eli Schwartz Bug Wrangler and Trusted User