SSH Password Authorization Tweak

SSH Password Authorization Tweak

This feature allows you to enable or disable password authorization for SSH authentication. If you disable password authorization, the system forces users to use SSH keys when they access your server through SSH.

How to manage SSH passwords

Click Enable Password Auth to enable SSH passwords, or click Disable Password Auth to disable them.

The system uses two keys in the SSH daemon configuration file (/etc/sshd_config) to store password authorization status:

Password Authentication
PasswordAuthentication
ChallengeResponseAuthentication
enabled yes yes
disabled no no

 

Warning:

  • If you enable this feature, the system restarts the SSH service and disconnect all of the connected users. This includes the root user.
  • Password Authorization settings also apply to the root user. Use WHM's  Manage root's SSH Keys interface (Home >> Security Center >> Manage root's SSH Keys) to create the root user's SSH keys.
  • If you disable the  Password Authorization setting, your users must use SSH keys. Use WHM's Manage root's SSH Keys interface (Home >> Security Center >> Manage root's SSH Keys) to create users' SSH keys.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Apache mod_userdir Tweak

Apache mod_userdir Tweak The Apache mod_userdir Tweak interface allows you to prevent...

Compiler Access

Compiler Access This interface allows you to disable your users' access to the C and C++...

Configure Security Policies

Configure Security Polices The Configure Security Policies interface allows you to configure...

cPHulk Brute Force Protection

cPHulK Brute Force Protection This interface allows you to configure cPHulk, a service that...

Host Access Control

Host Access Control Warning: If you accidentally lock yourself out of WHM when you use this...