Releases: lima-vm/sshocker
v0.3.8
Changes
- Build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot in #99
- Make argument quotation compatible with cygwin/msys2/gitbash on Windows by @arixmkii in #97
Full Changelog: v0.3.7...v0.3.8
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/14577967751
v0.3.7
Changes
- Build(deps): Bump github.com/pkg/sftp from 1.13.7 to 1.13.8 by @dependabot in #96
- Build(deps): Bump github.com/pkg/sftp from 1.13.8 to 1.13.9 by @dependabot in #98
Full Changelog: v0.3.6...v0.3.7
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/14577873141
v0.3.6
What's Changed
- Add support for using sftp-server found within PATH by @arixmkii in #94
- Build(deps): Bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot in #95
Full Changelog: v0.3.5...v0.3.6
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/13741206044
v0.3.5
Changes
This release silences a dependabot alert (#92) about a vulnerability of golang.org/x/crypto
: Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass.
(CVE-2024-45337/GO-2024-3321)
This vulnerability is NOT exploitable for sshocker (and Lima), as golang.org/x/crypto/ssh
is not used.
Full changes: v0.3.4...v0.3.5
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/12287350284
v0.3.4
Changes
Only trivial changes: v0.3.3...v0.3.4
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/6450189775
v0.3.3
Changes
Full Changelog: v0.3.2...v0.3.3
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.3/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/5840026133
v0.3.2
Changes
- Accepting absolute Unix paths on Windows for use in Cygwin/msys2 (#60, thanks to @arixmkii)
- Quote local and remote filenames in case they include spaces (#64, thanks to @jandubois)
Full Changelog: v0.3.1...v0.3.2
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.2/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/4156727459
v0.3.1
Changes
- Add openssh sftp-server path detection for windows by @afbjorklund in #38
- Don't use filepath for remote paths only for local by @afbjorklund in #37
- Add ability to pass arbitrary -o options to sshfs call by @yorinasub17 in #51
Full Changelog: v0.3.0...v0.3.1
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.1/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/3672404890
v0.3.0
Changes
- Use OpenSSH SFTP Server instead of
github.com/pkg/sftp
(when available; #26)
Other changes: v0.2.3...v0.3.0
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.0/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/2182322637
v0.2.3
Changes
- Stop hardcoding the default port for ssh (#20, thanks to @afbjorklund)
Other changes: v0.2.2...v0.2.3
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.3/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/2002547160