| Server IP : 104.21.25.180 / Your IP : 162.159.115.42 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/libexec/usermin/ssh/help/ |
Upload File : |
<header>Authentication</header>
This page is for configuring authentication-related options for your
SSH server. Some of the less obvious options are :
<dl>
<dt><b>Allow authentication by password</b>
<dd>If this is set to No, users will need to have their <tt>.ssh</tt> directory
setup with a public key before being able to login. If set to Yes, the
user will be allowed to enter a password for authentication if validation
cannot be done using a public key. <p>
<dt><b>Allow RSA authentication?</b>
<dd>If this is set to No, users will always need to enter their password
even if their public key has been set up. <p>
<dt><b>Check permissions on key files?</b>
<dd>If set to Yes, the SSH server will check each user's <tt>.ssh</tt>
directory and any parent directories to make sure they are not group
writable, and the <tt>.ssh/identity</tt> file to make sure it is not
readable by anyone else. If set to No, no checking of file permissions
will be done. <p>
</dl>
<hr>