Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Pull authentication fail because of rsa authentication
Pull authentication fail because of rsa authentication [message #799725] Thu, 16 February 2012 08:33
Hardik Shah is currently offline Hardik ShahFriend
Messages: 7
Registered: November 2011
Junior Member
While using jgit api for pull following error occred.

Environment is : Windows XP

org.eclipse.jgit.errors.UnsupportedCredentialItem: ssh://mshah@10.13.28.4:22: The authenticity of host '10.13.28.4' can't be established.
RSA key fingerprint is f9:dd:cf:ea:87:9b:33:be:fc:b5:3f:65:0d:e7:09:88.
Are you sure you want to continue connecting?
at org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider.get(UsernamePasswordCredentialsProvider.java:110)
at org.eclipse.jgit.transport.CredentialsProviderUserInfo.promptYesNo(CredentialsProviderUserInfo.java:124)
at com.jcraft.jsch.Session.checkHost(Session.java:718)
at com.jcraft.jsch.Session.connect(Session.java:317)
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:128)
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:127)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:113)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1062)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:136)
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:218)

[Updated on: Thu, 16 February 2012 08:50]

Report message to a moderator

Previous Topic:Markers for unstaged/staged changes
Next Topic:mapping git commands to egit operations
Goto Forum:
  


Current Time: Thu Apr 25 01:16:28 GMT 2024

Powered by FUDForum. Page generated in 0.02759 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top