From 1286da982228752256e2be1c02e3c73a319f57a2 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Fri, 17 Jan 2020 03:04:14 +0100 Subject: [PATCH] Add comment --- bin/sshd-allow-connection | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sshd-allow-connection b/bin/sshd-allow-connection index 2f53679..23a6c03 100644 --- a/bin/sshd-allow-connection +++ b/bin/sshd-allow-connection @@ -1,5 +1,7 @@ #!/bin/sh +# Run this script on a booted NixOS installation medium to allow connections from the installer + mkdir -p /root/.ssh >> /root/.ssh/authorized_keys <EOF ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgQ0W/0pH5A0G8eyx2CQCQshsUb/23f2/mWyPWIvEXT jens@serenity -- GitLab