Files
webmin/sshd/help/users.zh.auto.html
2020-04-23 18:10:56 +03:00

1 line
897 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<header>认证方式</header>该页面用于为SSH服务器配置与身份验证相关的选项。一些不太明显的选项是 <dl><dt> <b>允许通过密码验证</b> <dd>如果将其设置为“否”,则用户需要先使用公开密钥设置<tt>.ssh</tt>目录,然后才能登录。如果设置为“是”,则如果无法使用公共密钥进行验证,则将允许用户输入身份验证密码。 <p><dt> <b>允许RSA身份验证</b> <dd>如果将其设置为“否”,则即使设置了公共密钥,用户也将始终需要输入密码。 <p><dt> <b>检查密钥文件的权限?</b> <dd>如果设置为“是”则SSH服务器将检查每个用户的<tt>.ssh</tt>目录和任何父目录以确保它们不可组写,并检查<tt>.ssh / identity</tt>文件以确保其他任何用户都不可读。如果设置为“否”,将不检查文件权限。 <p></dl><hr>