Skip to content

Releases: billchurch/webssh2

webssh2-server: v2.6.0

04 Dec 11:47
2bc33b7

Choose a tag to compare

2.6.0 (2025-12-04)

Features

🐳 Docker Images

This release is available as multi-platform Docker images (linux/amd64, linux/arm64):

Docker Hub

docker pull billchurch/webssh2:latest
docker pull billchurch/webssh2:2.6.0
docker pull billchurch/webssh2:2.6
docker pull billchurch/webssh2:2

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:2.6.0
docker pull ghcr.io/billchurch/webssh2:2.6
docker pull ghcr.io/billchurch/webssh2:2

Image Digest: sha256:fae3cb522453ea5df6d09f837c5b96601be7af7cf6fda5789be4af0b88926b42

Links:

webssh2-server: v2.5.0

01 Dec 21:46
85b6592

Choose a tag to compare

2.5.0 (2025-12-01)

Features

  • docker: append Docker image info to GitHub releases [skip ci] (2911905)
  • docs: add keyboard capture documentation and quick reference (7b08ca5)
  • update webssh2_client to version 2.2.0 (ffdb9b7)

Bug Fixes

  • docker: optimize builder stage and add timeout (d07df7b)

🐳 Docker Images

This release is available as multi-platform Docker images (linux/amd64, linux/arm64):

Docker Hub

docker pull billchurch/webssh2:latest
docker pull billchurch/webssh2:2.5.0
docker pull billchurch/webssh2:2.5
docker pull billchurch/webssh2:2

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:2.5.0
docker pull ghcr.io/billchurch/webssh2:2.5
docker pull ghcr.io/billchurch/webssh2:2

Image Digest: sha256:2728d0090678abe00181a5f5681d4794eadfa8c84abe276c0d081d0cac2111b8

Links:

webssh2-server: v2.4.0

27 Nov 14:37
d2b5538

Choose a tag to compare

🦃 2.4.0 (2025-11-27)

Features

  • Implemented rate limiting and output truncation features in the SSH service to prevent memory overflow during high-volume output. fixes #451 (b575bba)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#453) (9a9719b)
  • Refactor constants import paths and enhance SSH output handling (b575bba)

🐳 Docker Images

This release is available as multi-platform Docker images (linux/amd64, linux/arm64):

Docker Hub

docker pull billchurch/webssh2:latest
docker pull billchurch/webssh2:2.4.0
docker pull billchurch/webssh2:2.4
docker pull billchurch/webssh2:2

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:2.4.0
docker pull ghcr.io/billchurch/webssh2:2.4
docker pull ghcr.io/billchurch/webssh2:2

Links:

webssh2-server: v2.3.5

06 Nov 21:16
43c3f99

Choose a tag to compare

2.3.5 (2025-11-06)

Features

  • Client, render SSH auth options (private key, etc...) from allowedAuthMethods provided by server

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#440) (6e3261b)
  • private key authentication not working with config credentials (#443) (e43c811)

webssh2-server: v2.3.4

14 Oct 14:10
6f210a7

Choose a tag to compare

2.3.4 (2025-10-14)

Bug Fixes

  • csp headers upgrade-insecure-requests cause browser to attempt https, removed. fixes #434 (#435) (ac87aaf)

webssh2-server: v2.3.3

06 Oct 14:27
14ab49f

Choose a tag to compare

2.3.3 (2025-10-06)

Bug Fixes

webssh2-server: v2.3.2

02 Oct 18:31
9cbd39c

Choose a tag to compare

2.3.2 (2025-10-02)

Chores

webssh2-server: v2.3.1

02 Oct 01:13
59f85fd

Choose a tag to compare

2.3.1 (2025-10-02)

Bug Fixes

  • install rollup binary for musl-based builds (ae03d07)

webssh2-server: v2.3.0

02 Oct 00:53
06d64a7

Choose a tag to compare

2.3.0 (2025-10-02)

Features

  • enhance local logging (7fb516f)

  • add TCP/SSL syslog feature

webssh2-server: v2.2.0

30 Sep 13:13
3ab42bc

Choose a tag to compare

2.2.0 (2025-09-30)

⚠ BREAKING CHANGES

  • Error messages from credential validation have changed

Features

  • migrate from Ajv to Zod for config validation (#415) (4230595)

Bug Fixes

  • rename AuthMethod to SSHAuthMethod to avoid type naming conflict (#418) (0b82619)

Chores

Code Refactoring

  • unify credential extraction with SRP and pure functions (#417) (e568ea1)