Skip to content

Releases: hazaelsan/ssh-relay

v1.3.2

04 Apr 20:43
v1.3.2

Choose a tag to compare

This releases fixes a race condition when writing to the websocket.

SSH Relay 1.3.1

26 Mar 19:48
v1.3.1

Choose a tag to compare

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

20 Mar 17:17
v1.3.0

Choose a tag to compare

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

17 Mar 15:20

Choose a tag to compare

This release updates to current versions of Go and Bazel.

SSH Relay 1.1.1

17 Jul 14:11
v1.1.1

Choose a tag to compare

This release adds dynamic relay selection support to the Cookie Server backend.

SSH Relay 1.1.0

30 Jun 13:30
v1.1.0

Choose a tag to compare

This release includes a gRPC backend for authorizing /cookie requests.