March 7, 20251 yr I have SSH enabled on my UNRAID server, but I need to change the port it runs on from 22 to something else so I can easily run Gitea on my server. I thought I had it done by setting it in the config folder on the boot folder, and by adding the following to a startup script using the User Scripts plugin. /etc/rc.d/rc.sshd stop sed -i 's/Port 22/Port 2222/' /etc/ssh/sshd_config /etc/rc.d/rc.sshd start This doesn't work either. Is there any way to get the sshd daemon to run on a different port?
March 7, 20251 yr Community Expert Solution Have you ever tried to open the "Settings" page and going to "Management Access"?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.