aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/ssh.scm')
-rw-r--r--gnu/services/ssh.scm8
1 files 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))