• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved GIT - Issue with known_hosts File / Ports?

Powie

Regular Pleskian
We have our own Gitlab, offering SSH at port 2224. We have absolutely no problem in using Gitlab with ceratin tools.
The Plesk Extension isn't possible to connect to gitlab. I think it's a problem by the extension and how known_host are stored.
As the SSH user of the domain I can pull and push to my gitlab repo without problems. If I try to add the repo in Plesk it ends with:
  • Cloning into bare repository '/var/www/vhosts/xyz123.de/git/tourtracker-web.git'...
  • Server at 'gitlab.xxxxxxxxxx.net:2224' is seen for the first time.
  • Adding its public key to the list of known hosts in '/var/www/vhosts/xyz123.de/.ssh/git_known_hosts_with_port_2224'.
  • Failed to gather public SSH host key for the 'gitlab.be-webspace.net:2224'.
  • Known hosts file '/var/www/vhosts/xyz123.de/.ssh/git_known_hosts_with_port_2224' doesn't exist
  • fatal: Could not read from remote repository.
  • Please make sure you have the correct access rights
  • and the repository exists.
Keys are checked and works on SSH directly......
 
Back
Top