Help with access to Raspberry through Putty

Hello!
I am trying to update the Brewblox system, as usual, following the tutorial, but when I try to access the Raspberry through the Putty program, it tells me an “access denied” message.

I do what I always do: I put the IP address, user; pi, and password; raspberry.

What am I doing wrong?

I have always accessed with the same username and the same password.

Sorry for my English, but I’m Spanish and I use the google translator.

Thanks

Are you using SSH? What is the exact error message?

No, I don’t use SSH. I’m trying to log in from the same network I’m connected to. The message is as follows: access denied

Try:

  • install Windows Terminal from the windows store
  • start Windows Terminal
  • run ssh pi@{IP_ADDRESS} (for example: pi@192.168.0.1)