guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/machines-for-berlin: Add childhurd SSH host


From: Jan Nieuwenhuizen
Subject: branch master updated: hydra/machines-for-berlin: Add childhurd SSH host-key and pont.
Date: Mon, 21 Sep 2020 06:08:22 -0400

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

janneke pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 6266fad  hydra/machines-for-berlin: Add childhurd SSH host-key and 
pont.
6266fad is described below

commit 6266fad40e8db6eff1af67b5fac83589fb6eacb6
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Sep 21 11:43:41 2020 +0200

    hydra/machines-for-berlin: Add childhurd SSH host-key and pont.
    
    * hydra/machines-for-berlin.scm (x86_64->childhurd): Add SSH host-key
    from berlin:/etc/childhurd/etc/ssh/ssh_host_ed25519_key.pub and
    childhurd port (10022).
---
 hydra/machines-for-berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 9ebea04..6af39f4 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -184,6 +184,8 @@
   (build-machine
    (inherit machine)
    (systems '("i586-gnu"))
+   (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIMMrm7dgMwQnsUcP//JW7odl1z632urrew036qcqbxc4 
root@berlin.guix.gnu.org")
+   (port 10022)
    (parallel-builds 1)))
 
 (define overdrive



reply via email to

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