Here is a less wordy demo of what I see. /Lars
# echo 'LogLevel DEBUG3' > /tmp/sshd_config.test; # /usr/sbin/sshd -f /tmp/sshd_config.test -T | grep loglevel; # pkill -x sshd; # /usr/sbin/sshd -f /tmp/sshd_config.test; # tail -f /var/log/authlog | awk '$5~/^sshd/'
