- I have configured sshd on an Ubuntu server to use key authentication and it is working fine.
- I had to disable password authentication for key authentication to work.
- Server is always accessed via remote terminals or putty.
Now all user accounts are able to login with the authentication key and passphrase. But now I want to create only one new user without key authentication. So how should I go about doing this in such a way that does not hamper other users who are using key authentication.
