<?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[Change SSH Port - Ubuntu]]></title><description><![CDATA[<pre><code>vim /etc/ssh/sshd_config
</code></pre>
<p dir="auto">Modify the Port to new port number (i.e: 23)</p>
<pre><code>Port 23
</code></pre>
<p dir="auto">Restart ssh service</p>
<pre><code>/etc/init.d/ssh restart
</code></pre>
<hr />
<p dir="auto">If not working, modify file below;</p>
<pre><code>vim /etc/systemd/system/sockets.target.wants/ssh.socket
</code></pre>
<p dir="auto">Modify the "ListenStream" value to target (i.e: 23)</p>
<p dir="auto">Restart systemctl daemon &amp; ssh service</p>
<pre><code>systemctl daemon-reload
/etc/init.d/ssh restart
</code></pre>
<p dir="auto">Ref: <a href="https://askubuntu.com/questions/1483893/unable-to-change-ssh-port-on-ubuntu" rel="nofollow ugc">https://askubuntu.com/questions/1483893/unable-to-change-ssh-port-on-ubuntu</a></p>
]]></description><link>https://bb.aizu.my/topic/63/change-ssh-port-ubuntu</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 07:47:36 GMT</lastBuildDate><atom:link href="https://bb.aizu.my/topic/63.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Sep 2024 13:27:05 GMT</pubDate><ttl>60</ttl></channel></rss>