From 02ca71f13ab637f190b4c788052f567d3419d8f8 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 12 Dec 2025 02:46:23 +0100 Subject: [PATCH] chore: Added README with common issues --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..93df749 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# SSH Key issues + +Here are some things to check when running into ssh key issues: + +- Make sure that known hosts only contains a key of type ecdsa-sha2-nistp256 otherwise flux will fail to connect to the repository over ssh. + +- Make sure the deploy key is read/write.