我有一台运行OpenSSH Server 4.3的Linux机器。 我如何configuration它以使用键盘交互式身份validation – 定义提示和响应等。
请具体说一下,因为我在这方面很新颖。
编辑 :
经过一些Googlesearch之后,似乎PAM(Pluggableauthentication模块)必须参与进程。 现在我需要找出哪个模块应该configuration在那里。 有任何想法吗?
根据您实际尝试完成的内容,您将不得不查看PasswordAuthentication和/或ChallengeResponseAuthentication,并编写您自己的PAM模块。 安装和configuration例如pam_opie来了解它是如何工作的。
它主要取决于你的GNU / Linux发行版,但要开始,一定要写入/etc/ssh/sshd_config 。
PasswordAuthentication yes