I can SSH to the GITEA from another machine using the same key (so it is working). I let DOKPLOY generate the keys [Generate ED25519 SSH Key].
However, it wont deploy and I am stuck at what the issues is.
From the Dokploy Deployment log
Repository URL include port
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
From the GITEA server log: Unable to negotiate with x.x.x.x port 46446: no matching host key type found. Their offer: sk-ssh-ed25519@openssh.com [preauth]
I could really use some help or tips. (Note that I am using a custom port 222 which seems to work fine in the url in format: git@gitea.server.website.com:222/user/repo.git
I have tried generating RSA keys and using those, but get same error.
Thank you.