Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Releases: ContainerSSH/sshserver

2.0.0-alpha.1: Metadata

23 Apr 22:20
Compare
Choose a tag to compare
Pre-release

This release adds the ability to return metadata from the authentication process.

1.0.0: First stable release

01 Apr 14:17
Compare
Choose a tag to compare

This is the first stable tag of this library for ContainerSSH 0.4.0.

0.9.26: Fixed race condition on close

01 Apr 11:44
Compare
Choose a tag to compare
Pre-release

This release fixes a potential race condition when closing connections.

0.9.25: Adding readRemaining to signal test

30 Mar 22:06
Compare
Choose a tag to compare

This release adds a readRemaining call to the signal test.

0.9.24: Use new agent feature to run tests

30 Mar 20:31
Compare
Choose a tag to compare

This release brings down the timeouts again and uses the new wait-signal feature in the ContainerSSH guest agent to wait for signal.

0.9.23: Increased conformance test timeout

24 Mar 17:02
Compare
Choose a tag to compare

This release increases the timeouts on the conformance tests.

0.9.22: Changing ChannelRejection to log.Message

24 Mar 16:09
Compare
Choose a tag to compare

In this release the ChannelRejection interface is changed to be a log.Message type to afford better compatibility and avoid exposing information to users that shouldn't be exposed. It also adds the NewChannelRejection method to make it easier to create rejection messages.

0.9.21: Exporting cipher and algo variables

24 Mar 10:37
Compare
Choose a tag to compare

This release exports cipher and algo variables for consumption in modules that need to interact with SSH.

0.9.20: Adding connectionId

16 Mar 18:24
Compare
Choose a tag to compare
Pre-release

This release adds the connectionId field to the log messages that were missing it.

0.9.19: Better logging of backend failures

08 Mar 21:27
Compare
Choose a tag to compare

This release adds an error to OnHandshakeSuccessful hooks to better log cases where the backend rejects the connection after the authentication was successful.