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 - git over ssh with cert file auth causes password auth attempt
Summary: git over ssh with cert file auth causes password auth attempt
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 10:14 UTC by Fragster
Modified: 2017-06-01 15:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log from remote server (639.08 KB, image/png)
2017-03-17 10:14 UTC, Fragster
Details

Note You need to log in before you can comment on or make changes to this bug.
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?