sshd_config について質問があります。

UsePAM
は、これを yes にしたとき、
ChallengeResponseAuthentication または、
PasswordAuthentication
どちらかを許可する必要がある、そうです。

私は、セキュリティ向上のため、鍵交換方式を採用したいので、
PasswordAuthentication no
となります。
そうなると、ChallengeResponseAuthentication をyesにしなければなりませんが、
sshd_configの ChallengeResponseAuthentication の項目には、
beware issues with some PAM modules and threads
とあるので、少し心配になります。

ChallengeResponseAuthentication yes
としても問題は無いでしょうか?