Skip to content

Releases: hoffie/sshified

v1.2.1

08 Jul 19:03
v1.2.1
65dee11
Compare
Choose a tag to compare
  • v1.2.1

    • Add gzip support in --response.reject-non-prometheus
  • v1.2.0

    • Add support for --response.max-bytes to limit responses
    • Add supporf for --response.reject-non-prometheus to force responses to be parsable Prometheus metrics (as this is a common use case)
  • v1.1.19

    • Update to Go 1.22 with CGO disabled to retain compatibility with older systems
  • v1.1.18

    • Metrics: Improve tracking of error types with new metric sshified_connection_errors_total
    • Fix timeout value in error message
    • Fix potential crash: avoid terminating ssh clients with active connections
    • Timeout keepalive earlier as we still need time budget for the reconnect
    • Update vendored dependencies
  • v1.1.17

    • Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
    • Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
    • Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections
  • v1.1.16

    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15

    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14

    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13

    • Enable https support in cascaded sshified setups
  • v1.1.12

    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11

    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10

    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9

    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8

    • Update vendored dependencies
  • v1.1.7

    • Improve timeout handling with slow-read clients
  • v1.1.6

    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5

    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4

    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3

    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2

    • Prometheus metric naming improvements
  • v1.1.1

    • Prometheus metrics support
  • v1.1

    • Support for cascading sshified (--next-proxy.addr)
  • v1.0

    • Initial release

v1.2.0

07 Jul 22:18
v1.2.0
10a47c0
Compare
Choose a tag to compare
  • v1.2.0

    • Add support for --response.max-bytes to limit responses
    • Add supporf for --response.reject-non-prometheus to force responses to be parsable Prometheus metrics (as this is a common use case)
  • v1.1.19

    • Update to Go 1.22 with CGO disabled to retain compatibility with older systems
  • v1.1.18

    • Metrics: Improve tracking of error types with new metric sshified_connection_errors_total
    • Fix timeout value in error message
    • Fix potential crash: avoid terminating ssh clients with active connections
    • Timeout keepalive earlier as we still need time budget for the reconnect
    • Update vendored dependencies
  • v1.1.17

    • Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
    • Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
    • Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections
  • v1.1.16

    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15

    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14

    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13

    • Enable https support in cascaded sshified setups
  • v1.1.12

    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11

    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10

    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9

    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8

    • Update vendored dependencies
  • v1.1.7

    • Improve timeout handling with slow-read clients
  • v1.1.6

    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5

    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4

    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3

    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2

    • Prometheus metric naming improvements
  • v1.1.1

    • Prometheus metrics support
  • v1.1

    • Support for cascading sshified (--next-proxy.addr)
  • v1.0

    • Initial release

v1.1.19

23 Feb 15:59
v1.1.19
27946a9
Compare
Choose a tag to compare
  • v1.1.19

    • Update to Go 1.22 with CGO disabled to retain compatibility with older systems
  • v1.1.18

    • Metrics: Improve tracking of error types with new metric sshified_connection_errors_total
    • Fix timeout value in error message
    • Fix potential crash: avoid terminating ssh clients with active connections
    • Timeout keepalive earlier as we still need time budget for the reconnect
    • Update vendored dependencies
  • v1.1.17

    • Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
    • Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
    • Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections
  • v1.1.16

    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15

    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14

    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13

    • Enable https support in cascaded sshified setups
  • v1.1.12

    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11

    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10

    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9

    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8

    • Update vendored dependencies
  • v1.1.7

    • Improve timeout handling with slow-read clients
  • v1.1.6

    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5

    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4

    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3

    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2

    • Prometheus metric naming improvements
  • v1.1.1

    • Prometheus metrics support
  • v1.1

    • Support for cascading sshified (--next-proxy.addr)
  • v1.0

    • Initial release

v1.1.18

23 Feb 15:48
v1.1.18
45977af
Compare
Choose a tag to compare
  • v1.1.18

    • Metrics: Improve tracking of error types with new metric sshified_connection_errors_total
    • Fix timeout value in error message
    • Fix potential crash: avoid terminating ssh clients with active connections
    • Timeout keepalive earlier as we still need time budget for the reconnect
    • Update vendored dependencies
  • v1.1.17

    • Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
    • Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
    • Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections
  • v1.1.16

    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15

    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14

    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13

    • Enable https support in cascaded sshified setups
  • v1.1.12

    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11

    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10

    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9

    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8

    • Update vendored dependencies
  • v1.1.7

    • Improve timeout handling with slow-read clients
  • v1.1.6

    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5

    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4

    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3

    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2

    • Prometheus metric naming improvements
  • v1.1.1

    • Prometheus metrics support
  • v1.1

    • Support for cascading sshified (--next-proxy.addr)
  • v1.0

    • Initial release

v1.1.17

18 Jan 19:39
v1.1.17
a70b464
Compare
Choose a tag to compare
  • v1.1.17
    • Enforce timeout and reconnect when awaiting an SSH keepalive reply to avoid long-stuck requests
    • Enforce timeout during inband port forwarding connect to ensure proper cleaning of stuck SSH connections
    • Add metric sshified_ssh_keepalive_failures_total for better visibility into broken SSH connections
  • v1.1.16
    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15
    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14
    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13
    • Enable https support in cascaded sshified setups
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release

v1.1.16

18 Dec 21:28
v1.1.16
376f462
Compare
Choose a tag to compare
  • v1.1.16
    • Update vendored dependencies, especially golang.org/x/crypto for CVE-2023-48795
  • v1.1.15
    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14
    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13
    • Enable https support in cascaded sshified setups
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release

v1.1.15

23 Nov 21:27
v1.1.15
b963325
Compare
Choose a tag to compare
  • v1.1.15
    • Make connecting to non-lowercased hostnames work by default
  • v1.1.14
    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13
    • Enable https support in cascaded sshified setups
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release

v1.1.14

28 Jul 12:05
v1.1.14
af5bebc
Compare
Choose a tag to compare
  • v1.1.14
    • Downgrade build environment go go1.19 for rhel8 compatibility
  • v1.1.13
    • Enable https support in cascaded sshified setups
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release

v1.1.13

28 Jul 11:11
v1.1.13
fd2be70
Compare
Choose a tag to compare
  • v1.1.13
    • Enable https support in cascaded sshified setups
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release

v1.1.12

25 Jul 20:47
v1.1.12
c9e63a1
Compare
Choose a tag to compare
  • v1.1.12
    • Add validating https support via __sshified_use_https=1
    • Rename old ?__sshified_use_insecure_https=1 to __sshified_https_insecure_skip_verify=1
  • v1.1.11
    • Add non-validating https support via ?__sshified_use_insecure_https=1 URL parameter
    • Update vendored dependencies
  • v1.1.10
    • Improve Host Key Algorithm choice by pre-scanning available known host key types. Previously, sshified was limited to using the first negotiated key type which could lead to failures if that type differs from the available known host key types.
    • Update vendored dependencies
  • v1.1.9
    • Switch to go modules
    • Update vendored dependencies
    • First version with as official Github release with amd64 binary
  • v1.1.8
    • Update vendored dependencies
  • v1.1.7
    • Improve timeout handling with slow-read clients
  • v1.1.6
    • Improvd timeout handling by the aligning different timeouts
  • v1.1.5
    • Avoid unnecessary ssh reconnects when single ports fail to connect
    • Fix connect error when a single other port fails to connect
    • Update vendored dependencies
  • v1.1.4
    • Avoid blocking during response header retrieval
    • Improve timeout handling
    • Update vendored dependencies
  • v1.1.3
    • Improve inline-docs
    • Update vendored dependencies
  • v1.1.2
    • Prometheus metric naming improvements
  • v1.1.1
    • Prometheus metrics support
  • v1.1
    • Support for cascading sshified (--next-proxy.addr)
  • v1.0
    • Initial release