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: tg123/sshpiper Loading
base: v1.3.0
Choose a base ref
...
head repository: tg123/sshpiper Loading
compare: v1.3.1
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    7ae7eb6 View commit details
    Browse the repository at this point in the history
  2. doc updates (#387)

    * chore: Update sshpiperd command with additional options for key generation and log level
    
    * chore: Update README.md with ports to other platforms
    
    * chore: Update CONTRIBUTING.md with note about starting develop environment in vscode
    tg123 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    38be0fd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. --- (#391)

    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b541b02 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/microsoftgraph/msgraph-sdk-go from 1.37.0 to 1.43.0 (#…

    …392)
    
    Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.37.0 to 1.43.0.
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-go@v1.37.0...v1.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/microsoftgraph/msgraph-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c1cf477 View commit details
    Browse the repository at this point in the history
  3. --- (#390)

    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2024
    Configuration menu
    Copy the full SHA
    865b972 View commit details
    Browse the repository at this point in the history
  4. revert partial succ support (#395)

    * chore: Update Dockerfile to use golang 1.22-bookworm and install additional dependencies
    
    * revert crypto
    
    * testcase to cover re-mapping to fail
    tg123 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6fe67e3 View commit details
    Browse the repository at this point in the history
  5. feat: Add test case for publickey_simple_withmultiple_keyfile (#396)

    This commit adds a new test case to cover the scenario where multiple key files are used for authentication with the publickey_simple user. It generates a temporary key file and attempts to SSH to the piper server using both the correct and incorrect key files. The test verifies that the correct key file allows the connection and writes a random text to a shared file.
    tg123 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    305e816 View commit details
    Browse the repository at this point in the history
Loading