You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to deploy a service with docker-compose from a private SSH server, it was not using publickey authentication.
Steps to Reproduce
Create new Resource of type "Private Repository"
Chose Key
Chose Build Pack "Docker Compose"
Enter Repository URL (user@host:/path/to/repo)
Enter Branch
Click Continue
Get Error:
Failed to read Git source:
Permission denied, please try again.
Permission denied, please try again.
user@host: Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
8. check auth.log on target server, only password auth was tried
Example Repository URL
No response
Coolify Version
v4.0.0-beta.409
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian sid
Additional Information
No response
The text was updated successfully, but these errors were encountered:
bobman
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Apr 17, 2025
Error Message and Logs
I was trying to deploy a service with docker-compose from a private SSH server, it was not using publickey authentication.
Steps to Reproduce
Failed to read Git source:
Permission denied, please try again.
Permission denied, please try again.
user@host: Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
8. check auth.log on target server, only password auth was tried
Example Repository URL
No response
Coolify Version
v4.0.0-beta.409
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian sid
Additional Information
No response
The text was updated successfully, but these errors were encountered: