Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ParallelSSH/parallel-ssh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c7fc51a
Choose a base ref
...
head repository: ParallelSSH/parallel-ssh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa95905
Choose a head ref
  • 13 commits
  • 74 files changed
  • 2 contributors

Commits on Jan 13, 2025

  1. Upgrade (#398)

    * Fixed issue with stdin flush for libssh clients
    * Updated changelog
    * Updated sshd template
    * Updated versioneer
    * Updated logging
    * Refactored tests, imports
    * Updated CI cfg
    * Updated docstrings
    * Updated imports
    * Updated readme
    * Prettify tests
    pkittenis authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    f1d46fc View commit details
    Browse the repository at this point in the history
  2. Updated rtd conf (#400)

    * Updated rtd configuration
    * Added doc requirements file
    * Updated dev requirements file
    pkittenis authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    45f20fa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Disc (#402)

    * Fix socket shutdown on disconnect - resolves #274 
    * Updated tests
    * Updated clients, changelog
    * Move disconnect to internal function
    * Refactor ci tests. Updated disconnect on clients
    * Refactor for keep alive
    * Added example script
    * Updated setup.cfg
    * Updated tunnel socket failure tests. Added tunnel test.
    * Added shutdown tests, updated changelog
    * Updated tunnel
    pkittenis authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    0567bda View commit details
    Browse the repository at this point in the history
  2. Deprecated execute function on single clients, updated changelog (#403)

    * Deprecated execute function on single clients
    * Added test
    * Updated changelog
    pkittenis authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    987dd58 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Compression support (#405)

    * Added compression support to all clients and HostConfig entries - Resolves #252
    * Added CI tests for compression support.
    * Added tests for new host config entries
    * Updated CI cfg
    pkittenis authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    29b7841 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Kbd int (#406)

    * Added keyboard interactive authentication on native clients and tests - resolves #389
    * Added keyboard interactive tests
    * Added keyboard interactive option to HostConfig and tests
    * Updated changelog
    * Updated docstrings
    pkittenis authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    1764231 View commit details
    Browse the repository at this point in the history
  2. Updated changelog (#407)

    pkittenis authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    b8d876e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5636eb View commit details
    Browse the repository at this point in the history
  4. Updated setup.py (#409)

    pkittenis authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    8fa5a91 View commit details
    Browse the repository at this point in the history
  5. Added fully qualified command on host output objects and tests (#411)

    * Added fully qualified command on host output objects and tests
    * Updated changelog
    pkittenis authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    38d14ee View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    038ffa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. File tp (#415)

    * Migrated local file operations to use thread pools for file I/O to improve performance
    * Migrated identity auth to use from memory authentication with identity file data
    * Updated changelog
    pkittenis authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    9c0ee38 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Issue tmpl (#417)

    * Updated issue template
    * Updated contribution guide
    pkittenis authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    fa95905 View commit details
    Browse the repository at this point in the history
Loading