With version 8.2 on OpenBSD, in order to get rc_check/reload/stop working again, I needed to remove the '-x' option from the corresponding functions in /etc/rc.d/sshd: rc_reload() { ${daemon} ${daemon_flags} -t && pkill -HUP -f "${pexp}" } rc_check() { pgrep -T "${daemon_rtable}" -q -f "${pexp}" } rc_stop() { pkill -T "${daemon_rtable}" -f "/usr/sbin/sshd" } Any better ideas? _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev