Question
How to allow password authentication for non-root users? (Root still pubkey only)
I’m wondering if it’s possible to do as mentioned in title.
I want root to still not allow password, but a user is allowed to do so.
The reason is because I need to setup Github Action auto-deployment using https://github.com/sebastianpopp/git-ftp-action and the script is bugged to only allow SSH password.
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×