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: mwiede/jsch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jsch-0.2.5
Choose a base ref
...
head repository: mwiede/jsch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jsch-0.2.6
Choose a head ref
  • 13 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    e1b233b View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    mwiede authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    11a87f5 View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog.md

    mwiede authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e08cefa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #254 from mwiede/release

    Release 0.2.5
    mwiede authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9d1e4ae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Bump slf4j-api from 2.0.5 to 2.0.6

    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.5 to 2.0.6.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.5...v_2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3074eb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Include host alias instead of the real host in messages and exceptions

    Currently, when setting up a jump server with host key checking enabled
    and host key alias set, a user will be prompted to confirm connection to
    `localhost`, not the alias.
    ShadelessFox committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    82ebf9c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Fix missing keySize set when loading V1 RSA keys

    When loading a RSA key from an OPENSSH V1 file content the keySize was
    left at the default value 1024 instead of the actual key size from the
    loaded key material. This change makes the value correct if possible.
    Alex-Vol-Amz committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    46c8d88 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge pull request #256 from mwiede/dependabot/maven/org.slf4j-slf4j-…

    …api-2.0.6
    
    Bump slf4j-api from 2.0.5 to 2.0.6
    mwiede authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    579c3a3 View commit details
    Browse the repository at this point in the history
  2. Provide public getKeyTypeString() method in KeyPair class

    The package private method `getKeyTypeName()` is a convenient way to get
    the standard key name for SSH protocol keys. This method gives access to
    it as a String and makes it common to all KeyPair types.
    Alex-Vol-Amz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4b94250 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #257 from ShadelessFox/session-host-alias-message

    Include host alias instead of the real host in messages and exceptions
    mwiede authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4353541 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #258 from Alex-Vol-Amz/fix-KeyPairRSA-size

    Fix missing keySize set when loading V1 RSA keys
    mwiede authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    bb09e96 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #259 from Alex-Vol-Amz/enhance-KeyPair-with-getSsh…

    …Name
    
    Enhancement to present KeyPair.getKeyTypeString() method
    mwiede authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a907690 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e95034 View commit details
    Browse the repository at this point in the history
Loading