I'm trying to checkout a package with mgarepo and i have the follow error message:
"Permission denied (publickey,password,keyboard-interactive). svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: Network connection closed unexpectedly It seems ssh-agent or ForwardAgent are not setup or your username is wrong. See http://www.mageia.org/wiki/doku.php?id=svn-faq for more information." It is the first time that i try to use this tool [dglent@localhost mgarepo]$ ssh-add -l 1024 ef:64:3c:2d:d5:a6:5e:45:74:7c:50:cf:a0:64:3b:35 /home/dglent/.ssh/id_dsa (DSA) [dglent@localhost mgarepo]$ cat ~/.ssh/config Host *.kde.org User glentadakis IdentityFile ~/.ssh/id_dsa Host pkgsubmit.mageia.org ForwardAgent yes User dglent Host binrepo.mageia.org svn.mageia.org User dglent I'm using Mageia 1 What could be wrong ? Thanks -- Dimitrios Glentadakis
