Nico
My feedback
1 result found
-
54 votes
An error occurred while saving the comment An error occurred while saving the comment Nico commentedSolid Explorer also badly handles newer OpenSSH RSA keys with empty passphrases: at first everything seems to work, but a null pointer exception (while retrieving the passphrase) is thrown when browsing a bit and initiating a connection refresh (like when downloading a file)
An error occurred while saving the comment Nico commentedAny update about this?
SSH keys based on Elliptic curves have been a standard for years now.Nico supported this idea ·
Here's the stacktrace corresponding to my previous message:
W SolidExplorer: Erreur inconnue
W SolidExplorer: pl.solidexplorer.common.exceptions.SEException: Erreur inconnue
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.createNewClient(SFTPFileSystem.java:142)
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.createNewClient(SFTPFileSystem.java:125)
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.getClient(SFTPFileSystem.java:576)
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.getFileInstanceImpl(SFTPFileSystem.java:334)
W SolidExplorer: at pl.solidexplorer.filesystem.FileSystem.getFileInstance(FileSystem.java:398)
W SolidExplorer: at pl.solidexplorer.panel.explorer.Explorer.getFileInstance(Explorer.java:545)
W SolidExplorer: at pl.solidexplorer.panel.explorer.Explorer$Browser.run(Explorer.java:1117)
W SolidExplorer: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String pl.solidexplorer.filesystem.OpenCallback.getPassword(java.lang.String)' on a null object reference
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.authenticate(SFTPFileSystem.java:188)
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.createAndAuthenticate(SFTPFileSystem.java:116)
W SolidExplorer: at pl.solidexplorer.plugins.network.ftp.sftp.SFTPFileSystem.createNewClient(SFTPFileSystem.java:130)
W SolidExplorer: ... 6 more