In OCI linux instance how to enable password login for one user
added the below in /etc/ssh/sshd_config file, but it is not working. getting access denied error.
Match User user1
PasswordAuthentication yes
0
added the below in /etc/ssh/sshd_config file, but it is not working. getting access denied error.
Match User user1
PasswordAuthentication yes