guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: ssh: Rename openssh-challenge-response-


From: guix-commits
Subject: branch master updated: services: ssh: Rename openssh-challenge-response-authentication?
Date: Wed, 17 May 2023 21:47:51 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c161c1f0d services: ssh: Rename 
openssh-challenge-response-authentication?
9c161c1f0d is described below

commit 9c161c1f0def13676002ce34625ba023857b9ab2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 17 21:45:08 2023 -0400

    services: ssh: Rename openssh-challenge-response-authentication?
    
    This is a follow-up commit to the preceding commit, which exported all
    <openssh-configuration> accessors.
    
    * gnu/services/ssh.scm (<openssh-configuration>): Rename
    openssh-challenge-response-authentication? to
    openssh-configuration-challenge-response-authentication?.  It's a mouthful,
    but is at least consistent with the rest.
---
 gnu/services/ssh.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm
index 506ee96bd5..427a0c6ba3 100644
--- a/gnu/services/ssh.scm
+++ b/gnu/services/ssh.scm
@@ -59,7 +59,7 @@
             openssh-configuration-allow-agent-forwarding?
             openssh-configuration-allow-tcp-forwarding?
             openssh-configuration-gateway-ports?
-            openssh-challenge-response-authentication?
+            openssh-configuration-challenge-response-authentication?
             openssh-configuration-use-pam?
             openssh-configuration-print-last-log?
             openssh-configuration-subsystems
@@ -363,8 +363,10 @@ The other options should be self-descriptive."
                          (default #f))
 
   ;; Boolean
-  (challenge-response-authentication? 
openssh-challenge-response-authentication?
-                                      (default #f))
+  (challenge-response-authentication?
+   openssh-configuration-challenge-response-authentication?
+   (default #f))
+
   ;; Boolean
   (use-pam?              openssh-configuration-use-pam?
                          (default #t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]