Cannot setup environnments
-
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
-
N nebulon marked this topic as a question on
-
So the n8n app is run as the
cloudron
user, not as root, so acknowledging the fingerprint as root will not help for the plugin usage I assume. Can you try to run this with thecloudron
user and see if this helps? -
@Lanhild I have pushed an update that symlinks .ssh atleast, but I am not sure if this fixes the problem because I can't test it.
-
@Lanhild I wanted to test this but looks like Workflows are only in the Enterprise plan, is it?
-
@Lanhild can you check the permissions of that folder? Maybe it was root from a previous run?
-
G girish has marked this topic as solved on