Cannot setup environnments
Solved
N8N
-
In the Cloudron's n8n app, I cannot setup environments using a git repo over SSH, as it is prompting to confirm the fingerprint of the key.
When clicking "Connect", it loads forever waiting for the key fingerprint to be confirmed.
The issue is because it's trying to write to the
/root/.ssh/known_hosts
file when it doesn't have the permission.For more context, I'm using Gitea as a Git provider
-
-
@nebulon Ah yes, I forgot to include it in the OP, but it results in the same error, except that it's in
/home/cloudron/.ssh
The issue can easily be reproduced by trying to clone a private git repo over ssh within the application
-