On Tue, 19 Jan 2021 at 21:56, Thomas Wolf <tjw...@gmail.com> wrote: > On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf <tjw...@gmail.com> wrote: > >> Hey everyone, >> I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local >> changes to a recently created remote git repository. But NB keeps telling >> me about invalid credentials (I used ssh private key) and when I look into >> the IDE log, I see this: >> … > > I *think* I had the same problem and the solution turned out to be the permissions on the ~/.ssh directory. (not sure because it was a while ago and I did something and then forgot about it!) Try removing all permissions from group and other (command: chmod g-rwx,o-rwx ~/.ssh) On my mac, $ ls -ld ~/.ssh drwx------ 17 peterhull 501 544 10 Oct 16:55 /Users/peterhull/.ssh
> Not sure how com.jcraft and org.eclipse packages are in the picture - are > those just libs NB uses? > Yes, it uses jgit from the Eclipse project. Hope that helps