1

my ssh has started to refuse users from out of the blue. I started to connect via Putty as root, me and other users.

login as: root
root@31.XX.XX.XXX's password:
Access denied

What could be wrong? I didn't change anything.

Ginnyous
  • 11
  • 2

1 Answers1

3

By default root user is not allowed to login in SSH remote connection. Anyway I recommend you using a normal user to work, not root. You can always use sudo if you need it.

logoff
  • 255
  • 1
  • 3
  • 12