Centos 8.0
Plesk 18.0.25 ( obviously)
When you try to integrate a remote GIT repository, on a different SSH port, you may get the error:
This one occur because on Centos 8, git version is : 2.18.2 and on Centos 7 is : 1.8.3.1
And The internal behavior of Git (>=2.16.0) for SSH tool detection changed
Solution:
change the SSH variant from CLI :
Plesk 18.0.25 ( obviously)
When you try to integrate a remote GIT repository, on a different SSH port, you may get the error:
Code:
fatal: ssh variant 'simple' does not support setting port
This one occur because on Centos 8, git version is : 2.18.2 and on Centos 7 is : 1.8.3.1
And The internal behavior of Git (>=2.16.0) for SSH tool detection changed
Solution:
change the SSH variant from CLI :
Bash:
git config --system ssh.variant ssh