From: Ian Jackson Date: Mon, 7 Jun 2021 13:43:40 +0000 (+0100) Subject: ssh keys update: Mention hardlink approach in error message X-Git-Tag: otter-0.7.0~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9cfabcb81213cf4da1e7cb362e67906188b65a53;p=otter.git ssh keys update: Mention hardlink approach in error message Signed-off-by: Ian Jackson --- 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")?;