You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/19 23:11:26 UTC

[GitHub] [netbeans] nadeemshafi9 opened a new issue, #4132: SSH Key Based login Bug OpenSSH

nadeemshafi9 opened a new issue, #4132:
URL: https://github.com/apache/netbeans/issues/4132

   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   When adding an ssh connection for remote files, on ubuntu 22 by default ssh-rsa is disabled in (ubuntu 22 and latest openssh ) since recent - im not completely sure about how it works with encryptions and cyphers but all i know is all my terminals, putty, windows powershell etc can ssh into the ubuntu 22 machine with no issue when ssh-rsa is disabled in sshd_config in variable PubkeyAcceptedAlgorithms.
   
   Netbeans however fails until i enable the following - note ssh-rsa at the begging, remove ssh-rsa and netbeans onnection breaks add it back and it works, by default PubkeyAcceptedAlgorithms  is not defined in openssh sshd_config.
   
   PubkeyAcceptedAlgorithms ssh-rsa,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
   
   i have read its got somthign to do with com-jcraft-jsch.jar
   
   ubuntu 18 or < worked fine with their version of openssh.
   
   ### How to reproduce
   
   create an ubuntu 22 server, setup a key and try to create a new project via remote files ssh using private key
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   windows 10 home
   
   ### JDK
   
   java version "18.0.1.1" 2022-04-22 Java(TM) SE Runtime Environment (build 18.0.1.1+2-6) Java HotSpot(TM) 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #4132: SSH Key Based login Bug OpenSSH

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #4132:
URL: https://github.com/apache/netbeans/issues/4132#issuecomment-1144694173

   No response, closing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net closed issue #4132: SSH Key Based login Bug OpenSSH

Posted by GitBox <gi...@apache.org>.
neilcsmith-net closed issue #4132: SSH Key Based login Bug OpenSSH
URL: https://github.com/apache/netbeans/issues/4132


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien commented on issue #4132: SSH Key Based login Bug OpenSSH

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4132:
URL: https://github.com/apache/netbeans/issues/4132#issuecomment-1132505093

   can you test if this is still a problem with 14rc4?
   https://lists.apache.org/thread/6yvfgy43p0skpv6vp9f6j9d5nsqzp9ww


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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