chore: Added README with common issues

This commit is contained in:
2025-12-12 02:46:23 +01:00
parent 0e3931ece3
commit 02ca71f13a

7
README.md Normal file
View File

@@ -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.