Just try ``` ~ ssh aur@aur.archlinux.org help Commands: adopt <name> Adopt a package base. disown <name> Disown a package base. flag <name> <comment> Flag a package base out-of-date. git-receive-pack Internal command used with Git. git-upload-pack Internal command used with Git. help Show this help message and exit. list-repos List all your repositories. restore <name> Restore a deleted package base. set-comaintainers <name> [...] Set package base co-maintainers. set-keywords <name> [...] Change package base keywords. setup-repo <name> Create a repository (deprecated). unflag <name> Remove out-of-date flag from a package base. unvote <name> Remove vote from a package base. vote <name> Vote for a package base. ``` if this does not work for you, you'll need to fix your ssh config / keys. Toni "J. Scheurich" mufti11@web.de – January 24, 2020 11:18 AM
Hi
$ git clone ssh://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 ?
so long MUFTI