<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to pull/push repo over SSH]]></title><description><![CDATA[<p dir="auto"><strong>SSH Problem</strong></p>
<p dir="auto">I set-up my Gogs app and have choose port (:1024) for SSH but when I'm pulling, pushing from my Gogs server <a href="https://git.softretic.com/" target="_blank" rel="noopener noreferrer nofollow ugc">SoftRetic: GitRepo</a>, I'm getting an error</p>
<p dir="auto"><strong>Error</strong></p>
<pre><code>git clone ssh://git@git.softretic.com:1024/arshsahzad/OnePage.git
Cloning into 'OnePage'...
ssh: connect to host git.softretic.com port 1024: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.
</code></pre>
<p dir="auto">I think there is problem in app.ini default config of Clodron Gogs</p>
<p dir="auto"><a href="https://git.cloudron.io/cloudron/gogs-app/-/blob/master/app.ini.template#L22" target="_blank" rel="noopener noreferrer nofollow ugc">Cloudron Gogs default app.ini</a></p>
<p dir="auto"><strong>Can you please tell me what is problem, why SSH is not working?? Is it working at your end??</strong></p>
]]></description><link>https://forum.cloudron.io/topic/3260/unable-to-pull-push-repo-over-ssh</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 20:43:32 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3260.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Sep 2020 21:48:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Wed, 30 Sep 2020 00:35:40 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, now I understand</p>
]]></description><link>https://forum.cloudron.io/post/14199</link><guid isPermaLink="true">https://forum.cloudron.io/post/14199</guid><dc:creator><![CDATA[theoaric]]></dc:creator><pubDate>Wed, 30 Sep 2020 00:35:40 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Wed, 30 Sep 2020 00:27:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theoaric" aria-label="Profile: theoaric">@<bdi>theoaric</bdi></a> It seems to be working as expected.</p>
<p dir="auto">The first command without any third argument will default to port "22" (which is the telnet port). This won't work as there is nothing on port 22. The second one connected to 1024, which does work since gogs is listening there.</p>
<p dir="auto">FWIW, I can connect fine now from my laptop to your gogs.</p>
]]></description><link>https://forum.cloudron.io/post/14196</link><guid isPermaLink="true">https://forum.cloudron.io/post/14196</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 30 Sep 2020 00:27:16 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Wed, 30 Sep 2020 00:29:33 GMT]]></title><description><![CDATA[<pre><code>arsh@Arsh-Sahzad:~$ telnet git.softretic.com
Trying 54.210.194.22...
telnet: Unable to connect to remote host: Connection timed out
arsh@Arsh-Sahzad:~$ telnet git.softretic.com 1024
Trying 54.210.194.22...
Connected to git.softretic.com.
Escape character is '^]'.
SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
</code></pre>
<ul>
<li>Disabling proxy on <a href="http://git.softretic.com" target="_blank" rel="noopener noreferrer nofollow ugc">git.softretic.com</a> subdomain is now working fine</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/14192</link><guid isPermaLink="true">https://forum.cloudron.io/post/14192</guid><dc:creator><![CDATA[theoaric]]></dc:creator><pubDate>Wed, 30 Sep 2020 00:29:33 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 23:44:13 GMT]]></title><description><![CDATA[<p dir="auto">That shouldn't be the case. You only have to disable proxying for <code>git</code>. Maybe it was just some DNS caching issue. What you can do is to check the output of <code>git.softretic.com</code> and see if it points to your server's IP (it should be a single IP). If it has multiple IP addresses (like the output you pasted above of telnet command), it means that it's still using Cloudflare's servers. So, you have to wait for some time for the DNS to update.</p>
]]></description><link>https://forum.cloudron.io/post/14188</link><guid isPermaLink="true">https://forum.cloudron.io/post/14188</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 29 Sep 2020 23:44:13 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 23:33:07 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Now it's working fine but for that, I have to disable all proxy on cloudflare for same server IP address, disabling proxy only on <code>git</code>  subdomain, same problem is still occuring. btw thanks for your wonderful help</strong></p>
<p dir="auto"><img src="/assets/uploads/files/1601422340777-screenshot-2020-09-30-045020-resized.png" alt="Screenshot 2020-09-30 045020.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/14186</link><guid isPermaLink="true">https://forum.cloudron.io/post/14186</guid><dc:creator><![CDATA[theoaric]]></dc:creator><pubDate>Tue, 29 Sep 2020 23:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 22:54:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theoaric" aria-label="Profile: theoaric">@<bdi>theoaric</bdi></a> Looks like you have enabled Cloudflare proxying for the domain. Go to cloudron dashboard and disable it for <code>git</code> subdomain.</p>
<p dir="auto">Cloudflare will only proxy http and https. It won't proxy ssh, git and other ports.</p>
]]></description><link>https://forum.cloudron.io/post/14176</link><guid isPermaLink="true">https://forum.cloudron.io/post/14176</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 29 Sep 2020 22:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 22:45:29 GMT]]></title><description><![CDATA[<p dir="auto"><strong>I have added port 1024 in the Inbound rules, rebooted server but same problem is still occuring</strong></p>
<pre><code>D:\&gt; git clone ssh://git@git.softretic.com:1024/arshsahzad/arshsahzad.git
Cloning into 'arshsahzad'...
ssh: connect to host git.softretic.com port 1024: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1601419303809-1-resized.jpg" alt="1.JPG" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1601419349163-2-resized.jpg" alt="2.JPG" class=" img-fluid img-markdown" /></p>
<pre><code>arsh@Arsh-Sahzad:~$ telnet git.softretic.com 22
Trying 104.27.178.112...
Trying 104.27.179.112...
Trying 172.67.145.176...
Trying 2606:4700:8d9e:a5c4:2cd7:25:dc53:65b9...
telnet: Unable to connect to remote host: Network is unreachable
arsh@Arsh-Sahzad:~$ telnet git.softretic.com 1024
Trying 172.67.145.176...
Trying 104.27.179.112...
Trying 104.27.178.112...
Trying 2606:4700:8d9e:a5c4:2cd7:5f:dc53:65b9...
telnet: Unable to connect to remote host: Network is unreachable
</code></pre>
]]></description><link>https://forum.cloudron.io/post/14175</link><guid isPermaLink="true">https://forum.cloudron.io/post/14175</guid><dc:creator><![CDATA[theoaric]]></dc:creator><pubDate>Tue, 29 Sep 2020 22:45:29 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 22:18:43 GMT]]></title><description><![CDATA[<p dir="auto">Ah, I saw this screenshot you sent.</p>
<p dir="auto"><img src="/assets/uploads/files/1601417884556-8a981ef4-ddd7-42c3-afc8-09bf6ff09187-image-resized.png" alt="8a981ef4-ddd7-42c3-afc8-09bf6ff09187-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theoaric" aria-label="Profile: theoaric">@<bdi>theoaric</bdi></a> You also need to add port <code>1024</code> to this. This is the port where the ssh of gogs is running.</p>
]]></description><link>https://forum.cloudron.io/post/14170</link><guid isPermaLink="true">https://forum.cloudron.io/post/14170</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 29 Sep 2020 22:18:43 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to pull/push repo over SSH on Tue, 29 Sep 2020 22:17:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theoaric" aria-label="Profile: theoaric">@<bdi>theoaric</bdi></a> said in <a href="/post/14167">Unable to pull/push repo over SSH</a>:</p>
<blockquote>
<p dir="auto"><a href="http://git.softretic.com:1024" target="_blank" rel="noopener noreferrer nofollow ugc">git.softretic.com:1024</a></p>
</blockquote>
<p dir="auto">Doesn't work for me as well.</p>
<pre><code>$ telnet git.softretic.com 1024
Trying 104.27.179.112...
</code></pre>
<p dir="auto">This seems like a firewall issue since I am not able to connect at all. Is there a Cloud firewall in the front of this server? Where is this server hosted?</p>
]]></description><link>https://forum.cloudron.io/post/14169</link><guid isPermaLink="true">https://forum.cloudron.io/post/14169</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 29 Sep 2020 22:17:09 GMT</pubDate></item></channel></rss>