>15 anonymous

/dev/random があるんだったら,prngd のことは忘れて,sshd の設定に専念すれば?

>>53
># /opt/local/sbin/sshd start

"start" はいらん.

>>23
>This platform does not support both privilege separation and compression
>Compression disabled

これはとりあえず無視していい.


>Could not load host key: /usr/local/etc/ssh_host_key
>Could not load host key: /usr/local/etc/ssh_host_rsa_key
>Could not load host key: /usr/local/etc/ssh_host_dsa_key

キーは作ったの?

ssh-keygen -trsa1 -N "" -f/usr/local/etc/ssh_host_key
ssh-keygen -trsa -N "" -f/usr/local/etc/ssh_host_rsa_key
ssh-keygen -tdsa -N "" -f/usr/local/etc/ssh_host_dsa_key