Comments on: SSH to Port Other Than 22: How to Do It (with Examples) https://linuxiac.com/ssh-to-port-other-than-22/ All things Linux & Open Source Tue, 18 Feb 2025 15:05:59 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Jan https://linuxiac.com/ssh-to-port-other-than-22/#comment-65309 Tue, 18 Feb 2025 15:05:59 +0000 https://linuxiac.com/?p=23411#comment-65309 and don’t forget that the port needs to be set BEFORE the user@host part.

]]>
By: bhl https://linuxiac.com/ssh-to-port-other-than-22/#comment-45953 Sat, 25 Nov 2023 16:02:02 +0000 https://linuxiac.com/?p=23411#comment-45953 Also note a change to command line ssh login: ssh -p “port_number” user@host

]]>
By: Marco Griep https://linuxiac.com/ssh-to-port-other-than-22/#comment-14798 Wed, 12 Jan 2022 08:23:25 +0000 https://linuxiac.com/?p=23411#comment-14798 Dont forget to open the new port in the firewall.
ufw allow 1234

]]>