From 9cfabcb81213cf4da1e7cb362e67906188b65a53 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 7 Jun 2021 14:43:40 +0100 Subject: [PATCH] ssh keys update: Mention hardlink approach in error message Signed-off-by: Ian Jackson --- src/sshkeys.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sshkeys.rs b/src/sshkeys.rs index 6f9d6373..ab4fd3fb 100644 --- a/src/sshkeys.rs +++ b/src/sshkeys.rs @@ -500,7 +500,8 @@ impl Global { } } Err(anyhow!( - "first line is not as expected (manually written/edited?)" + "first line is not as expected (manually written/edited?) \ + (before first run, make static include be a hardlink to real file)" )) })() .context("check authorized_keys magic/banner")?; -- 2.30.2