sshd
sshd (OpenSSH Daemon) is the daemon program for ssh. Together these programs replace rlogin and rsh, and provide 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
- ↑ man 8 'sshd'