2011/5/5 Marek Laane <[email protected]>: > > But if i get > [marek@localhost ~]$ ssh svn.mageia.org > Password: > Password: > Password: > [email protected]'s password: > Permission denied, please try again. > [email protected]'s password: > Received disconnect from 212.85.158.147: 2: Too many authentication failures > for marek > [marek@localhost ~]$ > then what?
That's probably because your login on LDAP is not "marek" (which is your local Mageia username). I had the same problem at my first attempt to check out the SVN because my Mageia username is "remi". You have to use: ssh [email protected] if you don't want ssh to assume you are [email protected]. Regards, Rémi / Akien
