In any case, it looks like something that libssh2 authors will have to deal with.# - XFLAGS=/DUNPROTECT
# Disable tightened ACL on PuTTY process so that e.g. debuggers
# can attach to it.
New SFTP plugin available now
Moderators: Hacker, petermad, Stefan2, white
New Pageant uses some kind of protection. I don't really understand it, but it can be compiled without it and then it works:
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It doesn't seem to be a problem with libssh2, but with Pageant not allowing to connect third party programs.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Try this: https://www.upload.ee/files/6695157/tc_x32-x64_openssl_dlls_v1.0.2k-n-libssh2_v1.8.1-20170219.rar.htmlMikefield wrote:The last 7.40 are a little bit old.
Latest OpenSSL and libssh2, made for themselves, seems works (not deeply tested).
Compiled in WINDDK 3790.1830 (XP build environment), zlib static linked. libssl32.dll - renamed ssleay32.dll.
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
A new beta version of my SFTP plugin is available now! I have added the timestamp copy function as described above.
Furthermore, I have compiled libssh2.dll myself - this version does NOT use OpenSSL! Since all the actual encryption is done in Windows, I can include the DLL, so no separate DLL download is needed any more!
Instead it uses new Windows crypto functions available in Windows VISTA or newer. If you use Windows XP or older, you will still have to get the LibSSH2 and OpenSSL dlls separately.
Download here (32+64-bit combined):
https://plugins.ghisler.com/beta/sftpplug143beta2.zip
I have made several enhancements not available in libssh2:
1. Loading of the new SSH private keys beginning with
-----BEGIN OPENSSH PRIVATE KEY-----
This new format offers much better key protection than the old format!
2. No need for public key when using new key format (from 3). Just put the path to the private key in both fields.
3. Support for ECDSA (elliptic curve) private key authentication
4. Support for ECDSA server keys
Please try it and let me know what you think!
Furthermore, I have compiled libssh2.dll myself - this version does NOT use OpenSSL! Since all the actual encryption is done in Windows, I can include the DLL, so no separate DLL download is needed any more!
Instead it uses new Windows crypto functions available in Windows VISTA or newer. If you use Windows XP or older, you will still have to get the LibSSH2 and OpenSSL dlls separately.
Download here (32+64-bit combined):
https://plugins.ghisler.com/beta/sftpplug143beta2.zip
I have made several enhancements not available in libssh2:
1. Loading of the new SSH private keys beginning with
-----BEGIN OPENSSH PRIVATE KEY-----
This new format offers much better key protection than the old format!
2. No need for public key when using new key format (from 3). Just put the path to the private key in both fields.
3. Support for ECDSA (elliptic curve) private key authentication
4. Support for ECDSA server keys
Please try it and let me know what you think!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 22
- Joined: 2006-11-02, 15:45 UTC
Works perfect as always. No need for downloading dll files.ghisler(Author) wrote:A new beta version of my SFTP plugin is available now! I have added the timestamp copy function as described above.
Furthermore, I have compiled libssh2.dll myself - this version does NOT use OpenSSL! Since all the actual encryption is done in Windows, I can include the DLL, so no separate DLL download is needed any more!
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Nice to hear that, thanks for testing it!
Other users of SFTP, please try the new plugin too!
Other users of SFTP, please try the new plugin too!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Hello Christian, many thanks for the new version. Made some tests and it works fine. But found a bug:ghisler(Author) wrote:Other users of SFTP, please try the new plugin too!
No error message occurs when a folder should be deleted and the user have no rights to delete it. The folder is not deleted.
How do you think to add folders in the plugin where connections can be put together like the ftp connections? Is that possible?
mf
Bankster - Word of the Year 2009
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks, I will check that. Was this due to Unix permissions?
Regarding folders - in theory it would be possible, but would need a lot of work.
Regarding folders - in theory it would be possible, but would need a lot of work.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2glipman
Nice to hear that! It's probably because I have added ECDSA support (elliptic curve key exchange). Do you use a password or a client certificate to log in?
2sqa_wizard
Would a single level of subfolders be sufficient? That wouldn't be so difficult to add...
Nice to hear that! It's probably because I have added ECDSA support (elliptic curve key exchange). Do you use a password or a client certificate to log in?
2sqa_wizard
Would a single level of subfolders be sufficient? That wouldn't be so difficult to add...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com