Skip to content

v0.16.4

Latest
Compare
Choose a tag to compare
@artyom-poptsov artyom-poptsov released this 17 Dec 07:45
· 4 commits to master since this release
v0.16.4
2cd149b

Table of Contents

  1. Changes in version 0.16.4 (2023-12-17)
    1. private-key-from-file now allows to read encrypted keys
    2. Add GNU Guix workflows for GitHub CI
    3. Fix typos in the documentation

Changes in version 0.16.4 (2023-12-17)

private-key-from-file now allows to read encrypted keys

The procedure private-key-from-file from (ssh key) now has optional
#:auth-callback and #:user-data keys that allow to specify a callback
procedure to read the password for an encrypted key, and optionally pass to
the callback procedure some user data.

The Texinfo documentation for private-key-from-file is updated with an usage
example.

New tests were added for the new functionality.

Add GNU Guix workflows for GitHub CI

Now Guile-SSH has GNU Guix workflows for GitHub CI.

Platforms:

  • x86_64-linux-gnu
  • aarch64-linux-gnu

Thanks to Sharlatan Hellseher sharlatanus@gmail.com

Fix typos in the documentation

Some typos in doc/api-popen.texi are fixed, thanks to
Maxim Cournoyer maxim.cournoyer@gmail.com