This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270108

Summary: git over ssh with cert file auth causes password auth attempt
Product: versioncontrol Reporter: Fragster
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: log from remote server

Description Fragster 2017-03-17 10:14:05 UTC
Created attachment 163876 [details]
log from remote server

When i use netbeans to push/pull git commits to remote server over ssh
[remote "origin"]
	url = ssh://user@server:port/path-to-repo

there is auth fails in sshd log:
мар 17 12:41:39 linux-kvxd sshd[14443]: pam_unix(sshd:session): session opened for user username by (uid=0)
мар 17 12:41:46 linux-kvxd sshd[14479]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=IPADDR  user=username
мар 17 12:41:49 linux-kvxd sshd[14477]: error: PAM: Authentication failure for username from IPADDR


The problem is fail2ban, it ban my IP after some git actions in netbeans
when i use same git commands from console there is no auth errors in log, so this is netbeans bug.


Product Version: NetBeans IDE 8.2 (Build 201609300101)
Обновления: Среда NetBeans IDE обновлена до версии NetBeans 8.2 Patch 1
Comment 1 Fragster 2017-06-01 15:29:11 UTC
Is there any information on this error?