Releases: hazaelsan/ssh-relay
Releases · hazaelsan/ssh-relay
v1.3.2
SSH Relay 1.3.1
This release makes protocol_versions configurable on the relay component.
It also adds missing support for TLS_MODE_DISABLED in CORP_RELAY mode.
SSH Relay 1.3.0
This release makes TLS optional, for example:
tls_config {
tls_mode: TLS_MODE_DISABLED
}This should only be done when the connection is being secured in some other way; e.g., a service mesh.
SSH Relay 1.2.0
This release updates to current versions of Go and Bazel.
SSH Relay 1.1.1
This release adds dynamic relay selection support to the Cookie Server backend.
SSH Relay 1.1.0
This release includes a gRPC backend for authorizing /cookie requests.