You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: