[solved...] How to REstart a service ... - Arch Linux Forums
bbs.archlinux.org › viewtopicNov 14, 2008 · systemctl status sshd && systemctl restart sshd. Also see: # systemctl stop sshd ; systemctl status sshd ; echo $? sshd.service - OpenSSH Daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: disabled) Active: inactive (dead) since mar 2014-12-30 16:40:34 CET; 7ms ago Main PID: 3016 (code=exited, status=0/SUCCESS) 3.
Talk:OpenSSH - ArchWiki - wiki.archlinux.org
https://wiki.archlinux.org/title/Talk:OpenSSHWarning: Using sshd.socket negates the ListenAddress setting, so it will allow connections over any address. To achieve the effect of setting ListenAddress, you must specify the port and IP for ListenStream (e.g. ListenStream=192.168.1.100:22) by editing sshd.socket.You must also add FreeBind=true under [Socket] or else setting the IP address will have the same drawback as …