Verifying Configuration
Whenever changes are made to the SSH Tectia Server configuration, the server daemon has to
be restarted in order for the changes to take affect.
The sshd-check-conf
tool can be used to check what the configuration allows
or denies based on the incoming username and/or hostname, for example:
/usr/local/sbin/sshd-check-conf root@10.1.60.60
Verifying root@client.example.com[10.1.60.60]...
Logins from client.example.com[10.1.60.60] allowed.
Hostbased can be used from client.example.com[10.1.60.60].
Login by root tunnel allowed.
User root will not be chrooted.
TCP forwarding by user root allowed.
Note: The tool is intended for validating user and host patterns in
configuration options related to login. It does not validate all the possible
configuration options. Please refer to the sshd-check-conf
man page for
detailed list of configuration options that can be checked with the tool.