chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1136f74
)
ssh keys update: Mention hardlink approach in error message
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 7 Jun 2021 13:43:40 +0000
(14:43 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 7 Jun 2021 13:43:40 +0000
(14:43 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/sshkeys.rs
patch
|
blob
|
history
diff --git
a/src/sshkeys.rs
b/src/sshkeys.rs
index 6f9d6373b44906dc8c76ebe09eb05450fe36598c..ab4fd3fb3ec5897c9314dc6582eceade3c7c5dcd 100644
(file)
--- 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")?;