FabCoc
New Pleskian
Hi
We host our own bitbucket Server, it works well and we can connect from our computers with ssh and a publickey to the server.
So we tried to add git extension on the plesk server.
Using the URL: ssh://[email protected]:7999/ds/nonamerepo.git
We copied the publickey to the bitbucket server, and try to clone, and then we get:
And it doesn't matter how often we tried, it is still the same message. And it adds every time the host to know_hosts.
Is this problem on plesk or does somebody has git running with bitbucket server?
PS: We uploaded the working computer key to plesk too, same result.
We host our own bitbucket Server, it works well and we can connect from our computers with ssh and a publickey to the server.
So we tried to add git extension on the plesk server.
Using the URL: ssh://[email protected]:7999/ds/nonamerepo.git
We copied the publickey to the bitbucket server, and try to clone, and then we get:
Code:
Server at 'bitbucket.supsign.tech:7999' is seen for the first time.
Adding its public key to the list of known hosts in '/var/www/vhosts/supsign.dev/.ssh/git_known_hosts_with_port_7999'.
# bitbucket.supsign.tech:7999 SSH-2.0-APACHE-SSHD-2.3.0
# bitbucket.supsign.tech:7999 SSH-2.0-APACHE-SSHD-2.3.0
# bitbucket.supsign.tech:7999 SSH-2.0-APACHE-SSHD-2.3.0
No RSA host key is known for [bitbucket.supsign.tech]:7999 and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
And it doesn't matter how often we tried, it is still the same message. And it adds every time the host to know_hosts.
Is this problem on plesk or does somebody has git running with bitbucket server?
PS: We uploaded the working computer key to plesk too, same result.