• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Forwarded to devs Cannot connect to remote Git repository using custom ssh port

David Alonso

New Pleskian
TITLE:
Cannot connect to remote Git repository using custom ssh port
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx, 17.8.11 #7, CentOS 6.9, x64
PROBLEM DESCRIPTION:
Connecting to remote Git repository which uses a custom ssh port, allways tries use the ssh default port (22).

upload_2018-7-5_16-31-44.png
STEPS TO REPRODUCE:
1. Go to a domain
2. Select Git
3. Fill git repository address in ssh format especifiying the port used by the remote git repository (not 22).
4. Click Ok.
5. After some seconds the following message apears: ssh: connect to host x port 22: Connection timed out​
ACTUAL RESULT:
Cannot use Git repository connection​
EXPECTED RESULT:
Be able to connect to remote git repository using any ssh port​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Have you tried to specify protocol like ssh://<remote_ip>:2221/repository.git ?
 
Back
Top