<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Peter8015</title>
    <description>The latest articles on DEV Community by Peter8015 (@boundlessz).</description>
    <link>https://dev.to/boundlessz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3375413%2F60fd96b1-8163-4b19-963a-4235b8e19608.png</url>
      <title>DEV Community: Peter8015</title>
      <link>https://dev.to/boundlessz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boundlessz"/>
    <language>en</language>
    <item>
      <title>connect to host github.com port 22: Operation timed out</title>
      <dc:creator>Peter8015</dc:creator>
      <pubDate>Wed, 17 Dec 2025 20:07:55 +0000</pubDate>
      <link>https://dev.to/boundlessz/connect-to-host-githubcom-port-22-operation-timed-out-5e4</link>
      <guid>https://dev.to/boundlessz/connect-to-host-githubcom-port-22-operation-timed-out-5e4</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F96r87tcigim1zzh4874s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F96r87tcigim1zzh4874s.png" alt=" " width="800" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Use port 443 for SSH. GitHub allows you to use the HTTPS port for SSH connections. This usually bypasses most firewall restrictions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Test the connection to port 443: ssh -T -p 443 &lt;a href="mailto:git@ssh.github.com"&gt;git@ssh.github.com&lt;/a&gt;
&amp;gt; if you see usename! You've successfully authenticated.   The connection is working.&lt;/li&gt;
&lt;li&gt;Modify your SSH configuration&lt;/li&gt;
&lt;li&gt;Open the config file in your terminal:
nano~/.ssh/config&lt;/li&gt;
&lt;li&gt;Hostname ssh.github.com
Port 443
User git
&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;try git push&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>gitpush</category>
      <category>ssh</category>
    </item>
  </channel>
</rss>
