Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@artyom-poptsov artyom-poptsov released this 01 May 08:52
· 14 commits to master since this release
v0.17.0
44c4212

Table of Contents

  1. Changes in version 0.17.0 (2024-05-01)
    1. make-session now loads config file before setting options
    2. session-set! now allows to set rsa-min-size
    3. Add new tests.
    4. Update the documentation.

Changes in version 0.17.0 (2024-05-01)

make-session now loads config file before setting options

make-session would always overwrite the explicitly set options passed by
keywords with the values from the SSH configuration file. That lead to
unexpected behavior.

This patch fixes this error.

Reported by graywolf in
#38

session-set! now allows to set rsa-min-size

Only available if Guile-SSH is compiled with libssh 0.10.

Add new tests.

Update the documentation.