Just try
``` ~ ssh [email protected] 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" [email protected] – January 24, 2020 11:18 AM > Hi > >> $ git clone ssh://aur.archlinux.org/white_dune.git > >> Cloning into 'white_dune'... > >> [email protected]: 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 > [email protected]: 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 > >
