sshd
sshd is the daemon program for ssh. It provides secure encrypted communications between two untrusted hosts over an insecure network.[1]
Documentation
- man 8 'sshd' [EN]
Syntax
sshd [PARAMETER ...]
Parameters
- -t
- Test mode. Only check the validity of the configuration file and sanity of the keys. This is useful for updating sshd reliably as configuration options may change.
Examples
- Test the current configuration
sshd -t
References
- ↑ Project contributors. "sshd(8)." OpenSSH project. https://man.openbsd.org/sshd (accessed 18.03.2025)