Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] How to fix "SSH_MSG_DISCONNECT: 2 Too many authentication failures for <user name>"?

I'm seeing the following error when I try to do a pull in Git:

org.eclipse.jgit.api.errors.TransportException: ssh://shung@xxxxxxxxxxxxxxx/gitroot/webtools/webtools.releng.git: SSH_MSG_DISCONNECT: 2 Too many authentication failures for shung
        at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
        at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:245)
        at org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:90)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2346)
        at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2328)
        at org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:121)
        at org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:115)
        at org.eclipse.egit.ui.internal.pull.PullOperationUI$1.run(PullOperationUI.java:90)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: org.eclipse.jgit.errors.TransportException: ssh://shung@xxxxxxxxxxxxxxx/gitroot/webtools/webtools.releng.git: SSH_MSG_DISCONNECT: 2 Too many authentication failures for shung
        at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:142)
        at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
        at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
        at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
        at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
        at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
        at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1108)
        at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
        ... 8 more
Caused by: com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 2 Too many authentication failures for shung
        at com.jcraft.jsch.Session.read(Session.java:986)
        at com.jcraft.jsch.UserAuthPassword.start(UserAuthPassword.java:91)
        at com.jcraft.jsch.Session.connect(Session.java:463)
        at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
        ... 15 more

Do I need to contact the WTP Git administrator to get this fixed? If so, who should I contact?

Thanks,
Steven Hung
Software Developer
WebSphere Application Server Developer Tools (WDT) - Server Tools
8200 Warden Avenue
Markham, Ontario L6G 1C7

T:
905-413-2899
E:
sghung@xxxxxxxxxx


Back to the top