guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: openssh: Export openssh-configuration a


From: guix-commits
Subject: branch master updated: services: openssh: Export openssh-configuration accessors.
Date: Wed, 17 May 2023 21:44:19 -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 760fadec15 services: openssh: Export openssh-configuration accessors.
760fadec15 is described below

commit 760fadec15066354d3dea7f65b174e8d60eb6958
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 17 16:30:43 2023 -0400

    services: openssh: Export openssh-configuration accessors.
    
    * gnu/services/ssh.scm: Export openssh-configuration accessors.
---
 gnu/services/ssh.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm
index de5afdaa1a..506ee96bd5 100644
--- a/gnu/services/ssh.scm
+++ b/gnu/services/ssh.scm
@@ -47,6 +47,27 @@
 
             openssh-configuration
             openssh-configuration?
+            openssh-configuration-openssh
+            openssh-configuration-pid-file
+            openssh-configuration-port-number
+            openssh-configuration-max-connections
+            openssh-configuration-permit-root-login
+            openssh-configuration-allow-empty-passwords?
+            openssh-configuration-password-authentication?
+            openssh-configuration-public-key-authentication?
+            openssh-configuration-x11-forwarding?
+            openssh-configuration-allow-agent-forwarding?
+            openssh-configuration-allow-tcp-forwarding?
+            openssh-configuration-gateway-ports?
+            openssh-challenge-response-authentication?
+            openssh-configuration-use-pam?
+            openssh-configuration-print-last-log?
+            openssh-configuration-subsystems
+            openssh-configuration-accepted-environment
+            openssh-configuration-log-level
+            openssh-configuration-extra-content
+            openssh-configuration-authorized-keys
+            openssh-configuration-generate-host-keys?
             openssh-service-type
 
             dropbear-configuration



reply via email to

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