[Bug 2069041] Re: Changing Port in sshd_config and restarting ssh.service without effect
shucai he
2069041 at bugs.launchpad.net
Tue Jun 18 08:40:49 UTC 2024
I'm currently trying out the Ubuntu 24.04 version and encountered an issue where modifying the SSH port didn't take effect. Fortunately, I came across this help and followed your suggestions to attempt the modifications. The port modification is now working as expected.
sudo vim /etc/ssh/sshd_config
sudo systemctl daemon-reload
sudo systemctl restart ssh.socket
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/2069041
Title:
Changing Port in sshd_config and restarting ssh.service without effect
Status in openssh package in Ubuntu:
Triaged
Status in openssh source package in Noble:
Triaged
Bug description:
Changing the Port directive in sshd_config and restarting ssh.service
is without effect, sshd keeps listening to port 22.
Also mentioned in https://discourse.ubuntu.com/t/sshd-now-uses-socket-
based-activation-ubuntu-22-10-and-later/30189/32
Steps to reproduce:
1. Install Ubuntu 24.04 LTS
2. Change Port directive in /etc/ssh/sshd_config to Port 2233
3. Restart ssh.service
4. Observe sshd still listening to port 22
Expected behaviour: sshd changes port to 2233
Actual behaviour: sshd keeps listening to port 22
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2069041/+subscriptions
More information about the foundations-bugs
mailing list