me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2023-05-17 21:45:08 -04:00
parent 760fadec15
commit 9c161c1f0d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 3 deletions

View File

@ -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?
(challenge-response-authentication?
openssh-configuration-challenge-response-authentication?
(default #f))
;; Boolean
(use-pam? openssh-configuration-use-pam?
(default #t))