guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: honeycomb: Permit root login from head nod


From: Ricardo Wurmus
Subject: branch master updated: hydra: honeycomb: Permit root login from head node.
Date: Sun, 19 Dec 2021 04:12:31 -0500

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

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 9a60c45  hydra: honeycomb: Permit root login from head node.
9a60c45 is described below

commit 9a60c45f8675a1f1d32da5d7f2551ded35740756
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 19 10:11:22 2021 +0100

    hydra: honeycomb: Permit root login from head node.
    
    * hydra/modules/sysadmin/honeycomb.scm
    <services>[openssh-service-type]: Permit root login from .131.
---
 hydra/modules/sysadmin/honeycomb.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/honeycomb.scm 
b/hydra/modules/sysadmin/honeycomb.scm
index 39bcf82..891a792 100644
--- a/hydra/modules/sysadmin/honeycomb.scm
+++ b/hydra/modules/sysadmin/honeycomb.scm
@@ -191,7 +191,10 @@
                                 `(("ludo" ,(local-file 
"../../keys/ssh/ludo.pub"))
                                   ("rekado" ,(local-file 
"../../keys/ssh/rekado.pub"))
                                   ("mathieu" ,(local-file 
"../../keys/ssh/mathieu.pub"))
-                                  ("maxim" ,(local-file 
"../../keys/ssh/maxim.pub"))))))
+                                  ("maxim" ,(local-file 
"../../keys/ssh/maxim.pub"))))
+                               (extra-content "\
+Match Address 141.80.167.131
+  PermitRootLogin yes")))
                      (service agetty-service-type
                               (agetty-configuration
                                (tty "ttyAMA0")



reply via email to

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