Boshi Lian
f5ea4f1143
add dev container ( #167 )
...
* add dev container
* update working folder
2023-07-27 08:07:04 -07:00
Boshi Lian
72fc5488af
Update CONTRIBUTING.md
2023-07-13 10:12:33 -07:00
Boshi Lian
b4c2be7b1e
fix typo
2023-07-13 10:10:20 -07:00
Boshi Lian
2c99b9b292
update dep ( #163 )
...
* update dep
* revert go proxyproto
2023-07-11 03:31:59 -07:00
Boshi Lian
2067fcb003
non return plugin callback now will be triggered together ( #162 )
...
* add failtoban plugin
* fmt
* bump ver
* add failtoban e2e
* add readme
* update readme
2023-07-11 01:32:05 -07:00
Boshi Lian
bffa03dde0
update crypto upstream ( #161 )
...
* update dep
* go mod tidy
* fix test
* fix flaky test
2023-07-06 23:05:26 -07:00
Boshi Lian
8eeb3abac5
Update README.md ( #160 )
2023-06-10 20:07:27 -07:00
Shiipou
20f7523393
build(docker): Non-root docker image ( #155 )
2023-05-23 08:58:44 -07:00
dependabot[bot]
e8c84ae4f3
Bump github.com/docker/distribution ( #153 )
...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution ) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases )
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 14:32:35 -07:00
Boshi Lian
fc3af11b4a
Delete sshpiperd ( #152 )
2023-04-11 02:40:56 -07:00
Tommaso Doninelli
69fec645ca
Cross-compatible check if FD is a TTY terminal ( #151 )
...
Package `term` provides support functions for dealing with terminals, cross-compatible with Unix,darwin and windows.
The low leve const `unix.TCGETS` is not defined in Darwin arch, ad prevent shspiper to buil and run on osx
2023-04-06 14:57:24 -07:00
dependabot[bot]
daadad36b1
Bump github.com/docker/docker ( #150 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 20.10.23+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v20.10.23...v20.10.24 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 15:26:37 -07:00
Boshi Lian
50882ccdec
use stable ( #149 )
2023-03-15 20:24:45 -07:00
dependabot[bot]
b24b7eea06
Bump actions/setup-go from 3 to 4 ( #148 )
2023-03-15 13:16:09 -07:00
dependabot[bot]
3b1251428e
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 ( #147 )
2023-03-14 19:17:08 -07:00
Boshi Lian
5b9091c42a
update dep ( #146 )
...
* update dep
* update crypto
* revert docker lib version
2023-03-12 05:15:22 -07:00
Boshi Lian
1cd6cd86d9
add callback for pipe start and pipe err ( #145 )
...
* add onstart onerr cb
* cover by e2e
* add missing plugin
* happy lint
2023-03-11 03:30:42 -08:00
Boshi Lian
f0e9accbd0
add base64 host key param
2023-03-04 10:20:43 +00:00
Boshi Lian
e7b276d6a5
reuse VerifyHostKeyFromKnownHosts ( #143 )
2023-02-28 17:11:17 -08:00
dependabot[bot]
841350fadb
bump golang.org/x/net from 0.6.0 to 0.7.0 ( #142 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 17:11:02 -08:00
Boshi Lian
12aab7a076
add missing password field
2023-02-28 16:45:42 -08:00
Boshi Lian
2f87d3d26c
Update README.md
2023-02-28 03:47:23 -08:00
Boshi Lian
cf93ff08bf
update crypto ( #141 )
2023-02-15 15:29:57 -08:00
Boshi Lian
53d4789035
add option to drop host key msg ( #140 )
...
* add option to drop host key msg
* fix lint
2023-02-13 07:18:48 -08:00
Boshi Lian
3198e767d7
update library and support dropping package ( #139 )
...
* update library
* fix ver
2023-02-12 06:32:41 -08:00
Boshi Lian
31738b95b6
add support network hints ( #138 )
...
* add support network hints
* add test for multiple network
2023-02-11 01:27:51 -08:00
Boshi Lian
6a63582068
go 1.20 ( #135 )
2023-02-02 08:14:55 -08:00
dependabot[bot]
b6d42fab0c
Bump docker/build-push-action from 3 to 4 ( #134 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 00:15:09 -08:00
Boshi Lian
03b6035860
Update CONTRIBUTING.md
2023-01-10 01:14:02 -08:00
Boshi Lian
ecdbfb166d
update dependencies ( #130 )
...
* update dep
* more dep
2023-01-07 09:24:18 -08:00
Boshi Lian
2312f12b15
Update README.md
2023-01-07 07:52:51 -08:00
Boshi Lian
81db4de71f
support kubernetes.io/ssh-auth ( #128 )
2023-01-07 05:58:44 -08:00
Boshi Lian
5b6108594b
fix docker build tag ( #127 )
2023-01-07 01:16:44 -08:00
Boshi Lian
419a9efcd3
fix doc missing tags ( #126 )
2023-01-06 06:10:26 -08:00
Boshi Lian
2709d8136d
add downstream username to log ( #120 )
...
* add downstream username to log
* add username when pipe created
2023-01-06 05:47:56 -08:00
Boshi Lian
c33a9f2255
cache docker build and add full tag ( #125 )
...
* cache docker build
* fix tag
* remove pr test
2023-01-06 05:47:44 -08:00
Boshi Lian
20be820e02
use go action cache ( #124 )
...
* use go action cache
* download first
2023-01-05 05:39:44 -08:00
Boshi Lian
e14b6d340b
move lint to standalone pipeline ( #123 )
2023-01-05 05:03:06 -08:00
Boshi Lian
4c700aef49
add github go build cache ( #122 )
...
* add github go build cache
* remove unused key
2023-01-05 04:57:10 -08:00
Vlastimil Holer
212ea3221b
fix entrypoint keygen key type to Ed25519 ( #116 )
2023-01-04 09:03:24 -08:00
Boshi Lian
4274d7e4a6
do not run release on pr ( #113 )
2022-12-21 09:10:45 -08:00
Windfarer
5acbcf6419
fix: kubernetes watch and list in all namespaces ( #112 )
...
* watch and list in all namespaces
* add flag
* update readme
* cleaning
* fmt
Co-authored-by: Eric Yang <ericyang@birentech.com>
2022-12-19 01:43:25 -08:00
Boshi Lian
740e31dffc
default to ed25519 ( #111 )
...
* s/rsa/ed25519/g
* s/rsakey/ed25519key/g
* ed25519 server key
2022-12-09 06:10:49 -08:00
Boshi Lian
a447e2e60b
always trigger e2e ( #109 )
2022-11-28 09:09:38 -08:00
Boshi Lian
82eb44a76d
always trigger e2e ( #107 )
2022-11-28 06:02:19 -08:00
Boshi Lian
01e5a009e0
add banner opt back ( #106 )
...
* add banner opt back
* happy lint
2022-11-28 05:56:12 -08:00
Boshi Lian
3232bee379
fix build
2022-11-13 11:03:24 +00:00
Boshi Lian
30322498e6
dep update
2022-11-13 09:55:04 +00:00
Boshi Lian
c61c62d1f5
update crypto
2022-11-13 09:28:59 +00:00
Boshi Lian
a3b3caaf6d
add custom secret field support
2022-11-05 05:57:07 +00:00