At the moment in my sshd_config I have it set so that passwords cannot be used and only keys can be used to login.
I need to enable passwords for one user. This user is yet to be created and has to be a severely locked down user. Only able to see their own home directory and can only execute the basic commands (cd, mkdir, nano, etc...) inside their directory.
So my question is: how do I create this locked down user and how do I allow 'it' to login via ssh using a password?
Thanks