diff --git a/bin/sshd-allow-connection b/bin/sshd-allow-connection
index 2f536792840beae3398b59e17638946a6d51eddf..23a6c03cdcd5a4a14e8d2be100ce10bf4b8fd3d4 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