Skip to content

Releases: billchurch/webssh2

webssh2-server: v4.1.0

26 Feb 18:25
d264c7d

Choose a tag to compare

4.1.0 (2026-02-26)

Features

  • host-key: add hostkey socket events to constants (cc23da0)
  • host-key: add hostKeyVerification to legacy socket-adapter permissions (1a69405)
  • host-key: implement hostVerifier callback factory (62ef1cb)
  • host-key: send host key config with permissions event (47a0f70)
  • host-key: wire hostVerifier into SSH service connect flow (eddf34e)
  • send host key verification config pre-auth and honor env vars in hostkeys script (97cb173)
  • sftp: add shell-command file backend for BusyBox devices (c33a7e8)
  • sftp: add shell-command file backend for BusyBox devices (#483) (dbebb23)
  • SSH host key verification (TOFU) (dc22703)
  • update webssh2_client dependency to version 3.4.0 (7ae7e63)

Bug Fixes

  • address code review findings for host key verification (6f53016)
  • reduce awaitClientVerification params to options object (S107) and use structuredClone (S7784) (a6163d6)
  • remove void operator from test files (S3735) (3bec992)
  • resolve lint errors in test files (ad14af9)
  • resolve markdownlint warnings in host-key-protocol.md (142db67)
  • resolve SonarQube issues across codebase (S3735, S3776, S2871, S4623, S6557, S4043, S7763, S4325, S6594, S7781, S7755, S7784, S7924) (b33dc6d)
  • resolve SonarQube lint warnings in shell-commands (6c1035e)
  • resolve SonarQube quality gate failures on PR #488 (6315836)
  • SFTP error propagation with fileName + relax waitForPrompt regex (213ec12)
  • sftp: use basename for download filename in shell backend (d84b78c)
  • tests: add hostKeyVerification to socket-v2 mock config (0a76bea)
  • update rollup to 4.59.0 for GHSA-mw96-cpmx-2vgc path traversal fix (dbea2df)
  • use eslint-disable for no-new in side-effect constructors (bdd7991)

🐳 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:4.1.0
docker pull billchurch/webssh2:4.1
docker pull billchurch/webssh2:4

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:4.1.0
docker pull ghcr.io/billchurch/webssh2:4.1
docker pull ghcr.io/billchurch/webssh2:4

Image Digest: sha256:e2b5039ce2798ea7b0d3af0d67b060fc3ec8c4024539a0d164da2f8b51aa37f6

Links:

webssh2-server: v4.0.1

07 Feb 16:06
8fa6b5c

Choose a tag to compare

4.0.1 (2026-02-07)

Bug Fixes

  • perf: binary WebSocket transport and backpressure fix (#479) (2cc6ba0)

🐳 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:4.0.1
docker pull billchurch/webssh2:4.0
docker pull billchurch/webssh2:4

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:4.0.1
docker pull ghcr.io/billchurch/webssh2:4.0
docker pull ghcr.io/billchurch/webssh2:4

Image Digest: sha256:55856d18e5526d38623035a7ef14282ce1c8984d6739c8f10226281fd485747e

Links:

webssh2-server: v4.0.0

02 Feb 13:45
ccaa513

Choose a tag to compare

4.0.0 (2026-02-02)

⚠ BREAKING CHANGES

  • ux: Error responses are now JSON-only. Clients must handle the 'connection-error' event to display connection failures.

Features

  • ux: client-side connection error modal with algorithm debugging (#476) (2236a4e)

Bug Fixes

  • ci: use PAT_WORKFLOW token for Docker build dispatch [skip ci] (0e1c280)

🐳 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:4.0.0
docker pull billchurch/webssh2:4.0
docker pull billchurch/webssh2:4

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:4.0.0
docker pull ghcr.io/billchurch/webssh2:4.0
docker pull ghcr.io/billchurch/webssh2:4

Image Digest: sha256:0e63ff1b90cc4b8d7a77cced6519f85f7dd23bdf3050a74c9b9f691b8894d661

Links:

webssh2-server: v3.1.1

28 Jan 01:06
518bb65

Choose a tag to compare

3.1.1 (2026-01-28)

Bug Fixes

  • ssh: ensure environment variable algorithms are always honored (#473) (9a9077b)

🐳 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:3.1.1
docker pull billchurch/webssh2:3.1
docker pull billchurch/webssh2:3

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:3.1.1
docker pull ghcr.io/billchurch/webssh2:3.1
docker pull ghcr.io/billchurch/webssh2:3

Image Digest: sha256:e5782c78487ca8db7d1eb18111bdd9d7018f88d29f61cf5bae7597fc21839615

Links:

webssh2-server: v3.1.0

13 Jan 18:51
d000ea4

Choose a tag to compare

3.1.0 (2026-01-13)

Features

  • debug: add ssh2 protocol-level debug logging (#469) (e4ba8fa)

🐳 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:3.1.0
docker pull billchurch/webssh2:3.1
docker pull billchurch/webssh2:3

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:3.1.0
docker pull ghcr.io/billchurch/webssh2:3.1
docker pull ghcr.io/billchurch/webssh2:3

Image Digest: sha256:dbf561d53c082ef441a2b4e2540732cad8e593b4b31028dd6a33966fb938cfd9

Links:

webssh2-server: v3.0.0

30 Dec 02:49
2da4014

Choose a tag to compare

3.0.0 (2025-12-30)

⚠ BREAKING CHANGES

  • sftp: SFTP protocol updated - clients must not send transferId in start requests; use server-provided ID from response.

Features

  • add server-side generic prompt interface (#465) (e96f979)

Bug Fixes

  • sftp: server-side transfer ID generation and ownership verification (#467) (e3ebea2)

🐳 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:3.0.0
docker pull billchurch/webssh2:3.0
docker pull billchurch/webssh2:3

GitHub Container Registry

docker pull ghcr.io/billchurch/webssh2:latest
docker pull ghcr.io/billchurch/webssh2:3.0.0
docker pull ghcr.io/billchurch/webssh2:3.0
docker pull ghcr.io/billchurch/webssh2:3

Image Digest: sha256:bf3c6c820d07e1565d1c830580d55aea119c33e1ee4c93c1eef3f2a7c1b09abb

Links:

webssh2-server: v2.6.1

09 Dec 17:28
49ec21a

Choose a tag to compare

2.6.1 (2025-12-09)

Bug Fixes

  • SSH algorithm env var precedence and debug output improvements (#460) (bceb5b8), closes #459

🐳 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.1
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.1
docker pull ghcr.io/billchurch/webssh2:2.6
docker pull ghcr.io/billchurch/webssh2:2

Image Digest: sha256:d9c1e23cd23ab99fb2214e3d13baafd4efa54ba3946af34d21a59dde3881f26a

Links:

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: