Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Ernie Rael
On 1/19/2021 5:25 PM, Jack W. wrote: Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB https://issues.apache.org/jira/projects/NETBEANS/issues ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf > wrote:

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Sorry, I have no idea if there are any open issues in Apache NB regarding this. Wouldn’t even know where to look since the move to Apache. I think there’s a Jira board, but am not sure. tom On Jan 19, 2021 at 8:25:14 PM, Jack W. wrote: > Thanks Thomas Wolf, but that didn't work for my

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf wrote: > FIGURED IT OUT! > > And as is often the case, stackoverflow had the answer: > >

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
FIGURED IT OUT! And as is often the case, stackoverflow had the answer: https://stackoverflow.com/questions/53134212/invalid-privatekey-when-using-jsch It looks like jgit is using a version of openssh that requires a modifier on the key generation! I did the default "ssh-keygen -t rsa” when I

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Hi Peter, I looked at m .ssh directory and it already had the permissions you describe - the .ssh/ directory only had owner rwx and in the .ssh/ directory, the public keys had rw permission for owner and r for group and other. The private keys had rw for owner and no permission for anyone else.

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Having similar problem, asked about it on the list some weeks ago. NB keeps insisting "invalid private key" for SFTP xfer to remote on run. - Source machine Ubuntu 20.04.1 - Target machine is Fedora 33. Very familiar with ssh setup. Interactive and scripted ssh to host works flawlessly.

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Peter Hull
On Tue, 19 Jan 2021 at 21:56, Thomas Wolf wrote: > On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf 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

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf 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

Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
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: Caused: