SSH Stopped Working

Not sure what happened. Up until a little while ago, I was able to SSH into OSMC on Raspberry Pi using “osmc” and “osmc” without a problem.

Now I get this response in PuTTY:

login as: osmc@192.168.0.2
Using keyboard-interactive authentication.
Password: (here I type “osmc”
Access denied
Using keybaord-interactive authentication.
Password:

and this in Mac Terminal:

macbox:~ media$ ssh osmc@192.168.0.2
The authenticity of host ‘192.168.0.2 (192.168.0.2)’ can’t be established.
RSA key fingerprint is

Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘192.168.0.2’ (RSA) to the list of known hosts.
Password:
Password:
Password:
Permission denied (publickey,keyboard-interactive).

Any ideas on how to troubleshoot this?

Thanks!