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: lima-vm/sshocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 15, 2022

  1. CI: update Go and actions

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b5a4578 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from AkihiroSuda/dev

    CI: update Go and actions
    AkihiroSuda authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    5539a27 View commit details
    Browse the repository at this point in the history
  3. Use OpenSSH SFTP Server instead of github.com/pkg/sftp (when available)

    The OpenSSH SFTP Server Driver (`--driver=openssh-sftp-server`) is more robust
    and secure than the legacy builtin driver (`--driver=builtin`).
    
    No performance benefit though.
    
    The OpenSSH SFTP Server Driver is used by default when `sftp-server`
    binary is installed on the host.
    (Installed by default on macOS)
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    8bc4620 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Merge pull request #26 from AkihiroSuda/openssh-sftp-server

    Use OpenSSH SFTP Server instead of github.com/pkg/sftp (when available)
    AkihiroSuda authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b8ee047 View commit details
    Browse the repository at this point in the history
Loading