Network Configuration
sshd
OpenSSH Server.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Alpine
Fedora
Verified: 2025-09-09
Syntax
$systemctl [start|stop|restart] sshd
Examples
$systemctl start sshd
$service sshd restart
$/etc/rc.d/rc.sshd start
Typical use cases
?
Standard usage
sshd --help
Note
SSH Server Daemon. Management depends on the init system (systemd, OpenRC, or SysV).
Export