Evaluate Match blocks for a chosen user and source address.
Section: sshd Basics
Test config for specific user/addr
bash
bash
sshd -T -C user=deploy,host=server.example.com,addr=203.0.113.10Explanation
Evaluate Match blocks for a chosen user and source address.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing sshd Basics
Restart sshd with systemd
Restart the SSH daemon on systemd-based Linux hosts.
Run sshd in debug foreground mode
Start a test daemon without detaching, useful for troubleshooting.