[jira] [Commented] (NETBEANS-6364) No es capaz de conectarse al repositorio

2022-01-09 Thread Andoni Diaz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471439#comment-17471439
 ] 

Andoni Diaz commented on NETBEANS-6364:
---

It's a good idea but not feasible due to the nature of the Git server. The Git 
server behaves differently depending on the port / service you use. Of the 
three available (ssh / git / https) the only one that allows access control per 
user is ssh.

Anyway I can use the command line to touch things.

However, I hope that the information provided can be used to propose an update 
of the ssh clients.

> No es capaz de conectarse al repositorio
> 
>
> Key: NETBEANS-6364
> URL: https://issues.apache.org/jira/browse/NETBEANS-6364
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.4, 12.6
>Reporter: Andoni Diaz
>Assignee: José Carlos Macedo
>Priority: Blocker
> Attachments: image-2022-01-05-18-10-39-270.png, 
> image-2022-01-05-18-14-30-153.png
>
>
> El IDE indica que para la configuración actual la clave privada es invalida. 
> Es una clave ed25519 pero, también he probado convirtiéndola a formato PEM y 
> otros formatos y no creo que sea el motivo.
> La única información que poseo es la que adjunto en el pantallazo (el puerto 
> es correcto). 
> !image-2022-01-05-18-10-39-270.png!
>  
> Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
> directorio donde se encuentra la aplicación, funciona correctamente:
> !image-2022-01-05-18-14-30-153.png!
> He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
> termino siempre en el IDE y no veo trazas con información extra.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6364) No es capaz de conectarse al repositorio

2022-01-08 Thread Andoni Diaz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471116#comment-17471116
 ] 

Andoni Diaz commented on NETBEANS-6364:
---

I have verified that Netbeans uses the jsch library to connect to ssh servers. 
This library was last modified in 2018.

Following the manufacturer's instructions (http://www.jcraft.com/jsch/) I have 
used only the keys allowed for the connection. I have generated a pair of 
ecdsa-sha2-nistp521 keys to perform the client server test. Where the client is 
Netbeans through the jsch library and the server is a pc with openssh.

Again I can log in with the command line clients, and putty and bitvise using 
that generated key. But I can't connect with Netbeans which indicates that the 
key is invalid.

At the very least the error message displayed by Netbeans seems wrong. And I 
would also say that there is something broken in that jsch library.

> No es capaz de conectarse al repositorio
> 
>
> Key: NETBEANS-6364
> URL: https://issues.apache.org/jira/browse/NETBEANS-6364
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.4, 12.6
>Reporter: Andoni Diaz
>Assignee: José Carlos Macedo
>Priority: Blocker
> Attachments: image-2022-01-05-18-10-39-270.png, 
> image-2022-01-05-18-14-30-153.png
>
>
> El IDE indica que para la configuración actual la clave privada es invalida. 
> Es una clave ed25519 pero, también he probado convirtiéndola a formato PEM y 
> otros formatos y no creo que sea el motivo.
> La única información que poseo es la que adjunto en el pantallazo (el puerto 
> es correcto). 
> !image-2022-01-05-18-10-39-270.png!
>  
> Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
> directorio donde se encuentra la aplicación, funciona correctamente:
> !image-2022-01-05-18-14-30-153.png!
> He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
> termino siempre en el IDE y no veo trazas con información extra.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-6364) No es capaz de conectarse al repositorio

2022-01-07 Thread Andoni Diaz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470646#comment-17470646
 ] 

Andoni Diaz commented on NETBEANS-6364:
---

Of course, I followed the " breadcrumbs of open issue button click" and it was 
all in spanish so I didn't see this coming.

 

Putting the fun aside the struggle is real. The IDE indicates that for the 
current configuration the private key is invalid. It is an ed25519 key but, I 
have also tried converting it to PEM format and other formats and I do not 
think that is the reason. The only information I have is the one attached to 
the screenshot, the port 443 is correct I'm multiplexing it. It said the 
private key is invalid, but this is not true because, I can connect with this 
key using other clients.

 

However, when I use the same configuration, from the Git-Bash, in the directory 
where the application is located, it works correctly. The firewall is open and 
I can connect from IDE to update, plugins, test connection, etc.

 

I have made different types of security and port configurations but I always 
end up in the IDE and I do not see traces with extra information.

 

> No es capaz de conectarse al repositorio
> 
>
> Key: NETBEANS-6364
> URL: https://issues.apache.org/jira/browse/NETBEANS-6364
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.4, 12.6
>Reporter: Andoni Diaz
>Priority: Blocker
> Attachments: image-2022-01-05-18-10-39-270.png, 
> image-2022-01-05-18-14-30-153.png
>
>
> El IDE indica que para la configuración actual la clave privada es invalida. 
> Es una clave ed25519 pero, también he probado convirtiéndola a formato PEM y 
> otros formatos y no creo que sea el motivo.
> La única información que poseo es la que adjunto en el pantallazo (el puerto 
> es correcto). 
> !image-2022-01-05-18-10-39-270.png!
>  
> Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
> directorio donde se encuentra la aplicación, funciona correctamente:
> !image-2022-01-05-18-14-30-153.png!
> He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
> termino siempre en el IDE y no veo trazas con información extra.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-6364) No es capaz de conectarse al repositorio

2022-01-05 Thread Andoni Diaz (Jira)
Andoni Diaz created NETBEANS-6364:
-

 Summary: No es capaz de conectarse al repositorio
 Key: NETBEANS-6364
 URL: https://issues.apache.org/jira/browse/NETBEANS-6364
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Git
Affects Versions: 12.4, 12.6
Reporter: Andoni Diaz
 Attachments: image-2022-01-05-18-10-39-270.png, 
image-2022-01-05-18-14-30-153.png

El IDE indica que para la configuración actual la clave privada es invalida. Es 
una clave ed25519 pero, también he probado convirtiéndola a formato PEM y otros 
formatos y no creo que sea el motivo.

La única información que poseo es la que adjunto en el pantallazo (el puerto es 
correcto). 

!image-2022-01-05-18-10-39-270.png!

 

Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
directorio donde se encuentra la aplicación, funciona correctamente:

!image-2022-01-05-18-14-30-153.png!

He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
termino siempre en el IDE y no veo trazas con información extra.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists