Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 24.04 requires daemon-reload after changing ListenAddress #307

Open
gilbert-hsu opened this issue Feb 12, 2025 · 0 comments
Open

Comments

@gilbert-hsu
Copy link

On Ubuntu 24.04 (Noble), after add / modify the ListenAddress in sshd config, it is necessary to run systemctl daemon-reload to apply the updated systemd unit settings for ssh.socket. Without this step, the changes do not fully take effect because SSH uses socket-based activation.

Reference:
SSHD socket-based activation in Ubuntu 22.10 and later

Would it be possible to update the role to include systemctl daemon-reload when modifying ListenAddress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant