To enable SSH password login on Ubuntu 23.10, follow these steps:
Step 1 : Start by opening the sshd_config file:
Step 2 : In the opened configuration file, locate the line that says "PasswordAuthentication" and change its value to "yes":
Step 3 : Save the changes and exit the editor.
Step 4 : Restart the SSH service to apply the new configuration:
Step 5 : Test the connection to ensure that password login is working:
Congratulations! You have successfully enabled SSH password login on your Ubuntu 23.10 server.