http-over-ssh icon indicating copy to clipboard operation
http-over-ssh copied to clipboard

HTTP over SSH transport for Prometheus

Results 14 http-over-ssh issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.3.1. Release notes Sourced from actions/cache's releases. v3.3.1 What's Changed Reduced download segment size to 128 MB and timeout to 10 minutes by @​kotewar in...

dependencies
github_actions

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220722155217-630584e8d5aa to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220722155217-630584e8d5aa&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.2. Commits f36bfe3 Fix Subset/NotSubset when map is missing keys from the subset (#1261) 0ab3ce1 Fix CallerInfo() source file paths (#1288) 2b00d33 Fix Call.Unset() panic...

dependencies
go

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.14.0. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.14.0 / 2022-11-08 It might look like a small release, but it's quite opposite 😱 There were many...

dependencies
go

Starting with 0.3.2 crypto/ssh/knownhosts is used and causes problems due to the [limitation on first-match wrt. to host-keys](https://github.com/golang/go/issues/29286). I think this may be a viable solution when using knownhosts. https://github.com/rohankmr414/go-git/commit/b07b1dd2cc86b37b75d673a348d5a95d1dae5cd5

[OpenSSH 8.8](https://www.openssh.com/txt/release-8.8) deprecated using ssh-rsa. [golang/crypto/ssh](https://github.com/golang/go/issues/56342) does not play nice with OpenSSH 8.8. Using https://github.com/tobischo/gocrypto/commit/a878079a19cdba9b9da3ce57de2c4c9cb43b7ea3 it works. ``` go mod edit -replace golang.org/x/crypto=github.com/tobischo/gocrypto@a878079a19cdba9b9da3ce57de2c4c9cb43b7ea3 go mod tidy CGO_ENABLED=0 go build ....

I use ed25519 keys for authentification (and therefore for my default known_hosts file). However, http-over-ssh fails the host validation unless I provide the rsa key of the host in the...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.25.0. Commits 9fadb0b go.mod: update golang.org/x dependencies a6a393f all: bump go.mod version and drop compatibility shims 1c74500 ssh/test: make struct comment match struct name d4e7c9c...

dependencies
go