HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //usr/share/webmin/sshd/help/users.zh.auto.html
<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>