New SFTP plugin available now
Moderators: Hacker, petermad, Stefan2, white
Re: New SFTP plugin available now
The 1.8.2 is indeed more bug fixing, it could be worth checking that this time it does not break everything.
ED25519 was supposed to come soon this year but it seems the release is taking longer than expected.
ED25519 was supposed to come soon this year but it seems the release is taking longer than expected.
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Unfortunately I haven't got 1903 yet, and "Check for updates" reports no updates available. I will check it once I get the new version here.there is an issue with the latest Windows 10 v. 1903 (May 2019 update) and the SFTP plugin v. 2.20.
Try using the plugin version using OpenSSL dlls.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 2
- Joined: 2019-05-24, 06:29 UTC
Re: New SFTP plugin available now
You can download 1903 from this official link.ghisler(Author) wrote: 2019-05-27, 13:23 UTCUnfortunately I haven't got 1903 yet, and "Check for updates" reports no updates available. I will check it once I get the new version here.there is an issue with the latest Windows 10 v. 1903 (May 2019 update) and the SFTP plugin v. 2.20.
Try using the plugin version using OpenSSL dlls.
https://www.microsoft.com/en-us/software-download/windows10/
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Thanks, I have installed it now via Media Creation tool, and I can confirm the bug.
Unfortunately it doesn't look good: The problem is a bug in the Windows function BCryptImportKeyPair:
It fails to import an RSA key where the public key exponent is as large as the modulus.
It works with a small 3 byte modulus 65537.
This function is used for the initial key exchange between client and server.
Unfortunately there is almost no chance to get this fixed, there is no way to contact anyone at Microsoft about it.
I will therefore try to find a solution via other functions, e.g. Microsoft Crypto API (although it is marked as deprecated by Microsoft).
So for now, please use the OpenSSL version of the plugin. Sorry for the inconvenience.
Unfortunately it doesn't look good: The problem is a bug in the Windows function BCryptImportKeyPair:
It fails to import an RSA key where the public key exponent is as large as the modulus.
It works with a small 3 byte modulus 65537.
This function is used for the initial key exchange between client and server.
Unfortunately there is almost no chance to get this fixed, there is no way to contact anyone at Microsoft about it.
I will therefore try to find a solution via other functions, e.g. Microsoft Crypto API (although it is marked as deprecated by Microsoft).
So for now, please use the OpenSSL version of the plugin. Sorry for the inconvenience.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
I found a solution: I'm now using the "libtommath" for the function which no longer works.
The updated plugin 2.30 is now available here:
https://www.ghisler.com/plugins.htm#filesys
Btw, the reason I'm still using libssh2 version 1.8.1 instead of 1.8.2 is that I added quite a few functions to support encrypted client certificates.
The updated plugin 2.30 is now available here:
https://www.ghisler.com/plugins.htm#filesys
Btw, the reason I'm still using libssh2 version 1.8.1 instead of 1.8.2 is that I added quite a few functions to support encrypted client certificates.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New SFTP plugin available now
Name/Ver. on this page still shows 2.20 but contains 2.30ghisler(Author) wrote: 2019-06-03, 12:58 UTC I found a solution: I'm now using the "libtommath" for the function which no longer works.
The updated plugin 2.30 is now available here:
https://www.ghisler.com/plugins.htm#filesys
Btw, the reason I'm still using libssh2 version 1.8.1 instead of 1.8.2 is that I added quite a few functions to support encrypted client certificates.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Fixed the page, thanks.
Has anyone tried the new plugin yet?
Has anyone tried the new plugin yet?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New SFTP plugin available now
Works for me! But I don't have installed the May 2019 Update yet.
HTH
CoolWater
HTH
CoolWater
Re: New SFTP plugin available now
It works for me--with the May 2019 update installed--to access SSHelper on Android.
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: New SFTP plugin available now
In general V2.30 works for me too.
Servers using RedHat Linux are working fine.
I just get an error at an AIX server:
Right after entering the user name an error message appears which says:
Pressing [OK] will ask for the password and connects successfully.
I tried the same with V2.20 and there is no error at all.
Log says:
----- 8< -----
Loading SSH Library
========================
Verbinden mit: 192.168.0.1
IP address: 192.168.0.1:22
Server-Fingerabdruck:
...
Unterstützte Authentifizierungsmethoden: publickey,password,keyboard-interactive
Authentifizierung via Methode 'Tastatur-interaktiv' für Benutzer: xxx
libssh2_userauth_keyboard_interactive: PUBLICKEY_UNRECOGNIZED (18)
Fehler: Authentifizierung via Methode 'keyboard-interaktiv' fehlgeschlagen!
Authentifizierung via Kennwort für Benutzer: xxx
Sitzung startet... (SFTP)
CONNECT \MYSERVER
Verzeichnis einlesen: \
----- 8< -----
Servers using RedHat Linux are working fine.
I just get an error at an AIX server:
Right after entering the user name an error message appears which says:
Code: Select all
SFTP Error
Fehler: Authentifizierung via Methode 'keyboard-interaktiv' fehlgeschlagen!
I tried the same with V2.20 and there is no error at all.
Log says:
----- 8< -----
Loading SSH Library
========================
Verbinden mit: 192.168.0.1
IP address: 192.168.0.1:22
Server-Fingerabdruck:
...
Unterstützte Authentifizierungsmethoden: publickey,password,keyboard-interactive
Authentifizierung via Methode 'Tastatur-interaktiv' für Benutzer: xxx
libssh2_userauth_keyboard_interactive: PUBLICKEY_UNRECOGNIZED (18)
Fehler: Authentifizierung via Methode 'keyboard-interaktiv' fehlgeschlagen!
Authentifizierung via Kennwort für Benutzer: xxx
Sitzung startet... (SFTP)
CONNECT \MYSERVER
Verzeichnis einlesen: \
----- 8< -----
#5767 Personal license
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Please try the new 2.40. It will ignore login erros with "keyboard interactive" and try "password authentication" instead. It will only show an error when both fail.
I prefer "keyboard interactive" over "password authentication" now when the server reports to support both, because only "keyboard interactive" allows two factor authentication like with Google authenticator (TOTP).
I prefer "keyboard interactive" over "password authentication" now when the server reports to support both, because only "keyboard interactive" allows two factor authentication like with Google authenticator (TOTP).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New SFTP plugin available now
Still shows v2.20 here...ghisler(Author) wrote: 2019-06-04, 16:06 UTC Fixed the page, thanks.
Has anyone tried the new plugin yet?
- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Where does it show v2.20? On the page:
https://www.ghisler.com/plugins.htm#filesys
I see this now:
SFTP
2.40
2019/06/06
https://www.ghisler.com/plugins.htm#filesys
I see this now:
SFTP
2.40
2019/06/06
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New SFTP plugin available now
I mean the first page in this thread. Sorry for the confusion 

- ghisler(Author)
- Site Admin
- Posts: 50400
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New SFTP plugin available now
Ah, I didn't check there, thanks.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com