Releases: nwtgck/go-piping-sshd
v0.8.0
v0.7.0
Changelog
- f8207b5 Merge branch 'release/0.7.0'
- 173f15b bump: 0.7.0
- 305209d rename option name --allows-empty-password to --allow-empty-password
- 63c5e55 remove sshConn.RemoteAddr() from log because it is always nil
- 3bf58f3 goreleaser: add "windows"
- d404903 partial Windows support (SFTP is available, pty is not available)
- 4705940 docs: 0.6.0 and add "Help"
- 9e85468 Merge tag 'v0.6.0' into develop
v0.6.0
Changelog
- d861073 Merge branch 'release/0.6.0'
- 5e2d5f6 bump: 0.6.0
- a28c24c ci: goreleaser 1.3.1
- d74473f update client host hint and "Usage"
- e7cc58f docs: modify "CAUTION"
- c7d744f chore: use log.Printf for multiplexing yamux log
- 0909f14 --allows-empty-password to allow the empty password
- 78abe8d refactor: use PersistentFlags()
- 85ea159 allow no Content-Type
- d5fab81 Merge tag 'v0.5.0' into develop
v0.5.0
Changelog
7335079 Merge branch 'release/0.5.0'
e6c965b bump: 0.5.0
3e76ca3 add ,reuseaddr
to socat command
eab2337 build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.3.0 (#12)
d589de4 build(deps): bump github.com/creack/pty from 1.1.11 to 1.1.17 (#11)
7d0156d Merge pull request #5 from nwtgck/dependabot/go_modules/github.com/mattn/go-shellwords-1.0.12
080a85c build(deps): bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12
9a80794 use 4096 as default buf-sizes
5b54ef1 use embed private key
5005b31 feat: support SFTP
4777d59 Merge pull request #2 from nwtgck/dependabot/add-v2-config-file
78b67c6 remove "ignore"
8a2d7ce Upgrade to GitHub-native Dependabot
b5c44e4 refactor: extract as handleExecRequest()
abad24a respond exist status after request type "shell" finished
eaf24d0 Merge branch 'feature/exec' into develop
c6f7617 use shellwords to split command
365d1a6 feat: support "exec" request type
4a4ad3b create pty when pty-req
64cd7fc docs: 0.4.0
ea36fd7 Merge tag 'v0.4.0' into develop