2:
telnet、SSHの設定は
/etc/inetd.conf telnet ,ssh の#を外す
/etc/rc.conf
sshd_enable="YES"
inetd_enable="YES" を追加
/etc/ssh/sshd_config で
Protocol 2,1
PasswordAuthentication yes を設定

再起動して、 telnet localhost のコマンドを打つ>> Unable to connect to remotehost
ssh localhost >> Can't assign requested address
ポートスキャンしみても 22.23番が開いていません