I configured my OpenSSH clients to access bsd FreeBSD servers using ssh2 and only 2 protocol through RSA authentication, that's fine. But I also want to change the clients and bsd- FreeBSD servers' daemons port, for something non-22ish. Changing linux OpenSSH clients is not a problem, but changing the /usr/local/etc/ssh2/sshd2_config port value and restarting through /usr/local/etc/rc.d/sshd2 restart makes the daemon still start on port 22. If I start it manually through /usr/local/sbin/sshd2 -p ****, everything works, but I really want it to be automatic through rc.conf, in case of restarts. So the /usr/local/etc/rc.d/sshd2 script reads /usr/local/sbin/sshd2, I would even agree (though it's strange) with the sshd2 configuration not letting me change the port, maybe it's possible to add some -p option to the /usr/local/etc/rc.d/sshd2 manually?
[ Had to guess full path names because you abbreviated them for no reason at all - Mod. ]
[ Had to guess full path names because you abbreviated them for no reason at all - Mod. ]