Comments on: How to Change SSH Port in Linux https://www.tecmint.com/change-ssh-port-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 04 Apr 2023 18:40:44 +0000 hourly 1 By: Rick https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1992288 Tue, 04 Apr 2023 18:40:44 +0000 https://www.tecmint.com/?p=28519#comment-1992288 In reply to Ezeelogin.

Try ssh -p 34627 user@ command.

]]>
By: Ezeelogin https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1772207 Thu, 21 Apr 2022 11:40:02 +0000 https://www.tecmint.com/?p=28519#comment-1772207 Did all the steps but now I cannot log in to SSH anymore, on port 22 it says connection refused, and on the port, I defined it says connection timed out. Any help on this? Btw I added it on Plesk firewall as both income and outgoing rules and please visit us: https://www.ezeelogin.com.

]]>
By: Manoj https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-1114625 Tue, 19 Mar 2019 08:27:31 +0000 https://www.tecmint.com/?p=28519#comment-1114625 Thanks for the article.

Updated firewall as below for centos7, works smooth.

$ sudo firewall-cmd --permanent --zone=public --add-port=34627/tcp
$ sudo firewall-cmd --reload
]]>
By: Matei Cezar https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-970371 Fri, 16 Feb 2018 08:16:38 +0000 https://www.tecmint.com/?p=28519#comment-970371 Each open port can be discovered, but adding an obscurity layer makes it harder for bots, for instance, to discover a service running on a well-known or standard port.

]]>
By: LD https://www.tecmint.com/change-ssh-port-in-linux/comment-page-1/#comment-970247 Thu, 15 Feb 2018 14:20:20 +0000 https://www.tecmint.com/?p=28519#comment-970247 Security through obscurity is not security. A simple nmap -sV will discover your new ssh port on minutes.

]]>