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-...@openssh.com,ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,sk-ssh-ed25519-cert-...@openssh.com,sk-ecdsa-sha2-nistp256-cert-...@openssh.com,rsa-sha2-512-cert-...@openssh.com,rsa-sha2-256-cert-...@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25...@openssh.com,sk-ecdsa-sha2-nistp...@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-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists