home.social

#libssh — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #libssh, aggregated by home.social.

fetched live
  1. The libssh git server is under attack by scraper bots. I got so many connections that there were not workers left to serve connections. Even anubis isn't helping and I set the difficult to at least 4 for everyone.

    Now I limit the amount of requests for git.libssh.org. You might run into 503 if you use the web interface. However this helps. They stops and come in burts the server can handle now.

    #libssh

  2. The libssh git server is under attack by scraper bots. I got so many connections that there were not workers left to serve connections. Even anubis isn't helping and I set the difficult to at least 4 for everyone.

    Now I limit the amount of requests for git.libssh.org. You might run into 503 if you use the web interface. However this helps. They stops and come in burts the server can handle now.

    #libssh

  3. "Internet Bug Bounty is taking a break and is not accepting new submissions."

    Killed by AI Slop.

    No bug bounty for #libssh anymore.

  4. "Internet Bug Bounty is taking a break and is not accepting new submissions."

    Killed by AI Slop.

    No bug bounty for #libssh anymore.

  5. The #libssh team released version 0.12.0 and 0.11.4 including security fixes. Make sure to update. libssh is a C library implementing the SSH protocol.

    Highlights:
    * Support for FIDO/U2F keys
    * Support for hybrid key exchange mechanisms using Quantum Resistant cryptography for all backends
    * Support for Ed25519 keys through PKCS#11
    * Use curve25519 implementation from mbedTLS and libgcrypt
    * Support for GSSAPI Key Exchange

    libssh.org/2026/02/10/libssh-0

    #ssh #security #linux #admin

  6. The #libssh team released version 0.12.0 and 0.11.4 including security fixes. Make sure to update. libssh is a C library implementing the SSH protocol.

    Highlights:
    * Support for FIDO/U2F keys
    * Support for hybrid key exchange mechanisms using Quantum Resistant cryptography for all backends
    * Support for Ed25519 keys through PKCS#11
    * Use curve25519 implementation from mbedTLS and libgcrypt
    * Support for GSSAPI Key Exchange

    libssh.org/2026/02/10/libssh-0

    #ssh #security #linux #admin

  7. I ran a quick SFTP performance test with #curl built to use #libssh 0.11.1 vs one built that uses #libssh2 1.11.1 over a 400ms latency connection.

    One of them managed to perform this at 1049K/sec, the other reached only 249K/sec.

    And the winner is...

    libssh2

    Funny detail: I sped it up for this kind of use case **fifteen years ago** and blogged about it: daniel.haxx.se/blog/2010/12/08

  8. I ran a quick SFTP performance test with #curl built to use #libssh 0.11.1 vs one built that uses #libssh2 1.11.1 over a 400ms latency connection.

    One of them managed to perform this at 1049K/sec, the other reached only 249K/sec.

    And the winner is...

    libssh2

    Funny detail: I sped it up for this kind of use case **fifteen years ago** and blogged about it: daniel.haxx.se/blog/2010/12/08

  9. It seems that I fixed Guile-SSH build with libssh 0.11. The changes are on the "master" branch and will be in included in the next release.

    GitHub CI job shows that everything builds fine as well. I'm using GNU Guix to test Guile-SSH against libssh 0.11, so likely if it builds on my machine this way then it builds on others. Nevertheless if you'll experience any Guile-SSH errors please report them to me.

  10. The libssh team is proud to announce the release of libssh version 0.11.0. This latest version brings exciting new features such as better async SFTP IO, PKCS#11 provider support for OpenSSL 3.0, testing for GSSAPI authentication, and proxy jump, along with many other enhancements and features. More at: libssh.org/2024/08/08/libssh-0 #libssh #ssh

  11. The libssh team is proud to announce the release of libssh version 0.11.0. This latest version brings exciting new features such as better async SFTP IO, PKCS#11 provider support for OpenSSL 3.0, testing for GSSAPI authentication, and proxy jump, along with many other enhancements and features. More at: libssh.org/2024/08/08/libssh-0 #libssh #ssh

  12. #libssh had a successful summer of code. We will get two new nice features in libssh, more details:
    libssh.org/2023/09/07/wrapping

  13. #libssh had a successful summer of code. We will get two new nice features in libssh, more details:
    libssh.org/2023/09/07/wrapping

  14. @campuscodi: A few notes and thoughts on CVE-2023-2283 in #libssh:

    * libssh (libssh-4 in Debian and derivatives) ≠ libssh2 (libssh2-1 in Debian and derivatives)

    * Obviously only servers using libssh to let users log in should be affected by any authentication bypass. Most libssh reverse dependencies though seem to be client-side applications.

    The only potential libssh server-side reverse dependencies I found so far are:

    * #cryptsetup-ssh
    * #tmate-ssh-server
    * maybe #cockpit-bridge

  15. @campuscodi: A few notes and thoughts on CVE-2023-2283 in #libssh:

    * libssh (libssh-4 in Debian and derivatives) ≠ libssh2 (libssh2-1 in Debian and derivatives)

    * Obviously only servers using libssh to let users log in should be affected by any authentication bypass. Most libssh reverse dependencies though seem to be client-side applications.

    The only potential libssh server-side reverse dependencies I found so far are:

    * #cryptsetup-ssh
    * #tmate-ssh-server
    * maybe #cockpit-bridge

  16. I've just bumped the copyright year in the libssh.org header file. #libssh is getting 20 years old this year!

  17. I've just bumped the copyright year in the libssh.org header file. #libssh is getting 20 years old this year!

  18. I'm proud to announce the release of #libssh 0.9.0 with a lot of new features (AES-GCM, ETM, FIPS, ...), improvements and bug fixes. We also improved our test infrastructure to avoid introducing regressions. Learn more about it at: libssh.org/2019/06/28/libssh-0