i am using PuTTY for ssh and keys (a lot lighter than cygwin). the following command succeeds in signing in (per server sysadmin), using a passkey obtained from the pageant key agent: >plink -ssh -i "C:\Programs\...\identity.ppk" -C -agent >[email protected]@hg.mozilla.org /usr/bin/hg --version
on the server, there is an LDAP acct which contains the key (perhaps it's also copied to the accounts .ssh), with signon of [email protected] and an LDAP pwd, which is what i enter in mercurial push changes dialog. but it fails (both http and https): pushing to https://userid%40gmail.com:*[email protected]/labs/project/ searching for changes ssl required , error code: 1 project .hg/hgrc [paths] default = http://hg.mozilla.org/labs/project/ default-push = ssh://hg.mozilla.org/project/ Mercurial.ini [ui] ssh = C:\Programs\...\plink.exe -ssh -i "C:\Programs\...\identity.ppk" -C -agent any ideas? is it that %40? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MercurialEclipse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mercurialeclipse?hl=en -~----------~----~----~----~------~----~------~--~---
