services: ssh: Really rename openssh-challenge-response-authentication?

Fixes up 9c161c1f0d, which renamed the accessor of <openssh-configuration> but
failed to adjust the single usage.

* gnu/services/ssh.scm (openssh-config-file): Rename
openssh-challenge-response-authentication? call to
openssh-configuration-challenge-response-authentication?.
This commit is contained in:
Maxim Cournoyer 2023-05-17 22:26:41 -04:00
parent 9c161c1f0d
commit 5b700945fb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -524,7 +524,8 @@ of user-name/file-like tuples."
(format port "PidFile ~a\n"
#$(openssh-configuration-pid-file config))
(format port "ChallengeResponseAuthentication ~a\n"
#$(if (openssh-challenge-response-authentication? config)
#$(if (openssh-configuration-challenge-response-authentication?
config)
"yes" "no"))
(format port "UsePAM ~a\n"
#$(if (openssh-configuration-use-pam? config)