[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38541] [PATCH] ssh: Add Kerberos-support to ssh:// daemon URLs
From: |
Ludovic Courtès |
Subject: |
[bug#38541] [PATCH] ssh: Add Kerberos-support to ssh:// daemon URLs |
Date: |
Sun, 15 Dec 2019 00:33:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Lars-Dominik Braun <address@hidden> skribis:
> * gnu/packages/ssh.scm (libssh): Depend on mit-krb5
> (guile-ssh): Support gssapi functions, see
> https://github.com/artyom-poptsov/guile-ssh/pull/15
> * guix/ssh.scm (open-ssh-session): Fall back to GSSAPI if public key
> authentication does not work
> ---
> doc/guix.texi | 5 +-
> gnu/packages/patches/guile-ssh-gssapi.patch | 115 ++++++++++++++++++++
> gnu/packages/ssh.scm | 4 +-
> guix/ssh.scm | 15 ++-
> 4 files changed, 131 insertions(+), 8 deletions(-)
> create mode 100644 gnu/packages/patches/guile-ssh-gssapi.patch
Nice! (Note that we normally list all the modified files/entities in
the commit log; see
<https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html>.)
Do you know if a Guile-SSH release is coming? If so, we could wait and
avoid carrying the Guile-SSH patch.
Other than that, the patch LGTM!
Thank you,
Ludo’.