Message11524

Author alta88
Recipients
Date 2010-01-28.06:52:11
Content
my Mercurial.ini contains:
ssh = "C:\Programs\PuTTY\plink.exe" -ssh -l user@domain.com -agent -v

and hg is invoked in Eclipse v3.5 via the MercurialEclipse v1.5 plugin.
substituting the '@' with something else results in a verbose dialog that
shows the login attempt with the -l string, yet fails as my keys are located
on the remote server based on an ldap account that must be in the form of
user@domain.com (remote policy).

but, with an '@' there is a hang and timeout, no dialog.  the same hg
command issued from a dos shell works fine.  so it's likely not PuTTY.
History
Date User Action Args
2010-01-28 06:52:11alta88setmessageid: <1264661531.27.0.832269942992.issue2001@mercurial.selenic.com>
2010-01-28 06:52:11alta88linkissue2001 messages
2010-01-28 06:52:11alta88create