|
|
|
|
|
by Tomdarkness
4600 days ago
|
|
Quick and simple solution. If you are only using key based logins then just disable password SSH logins, add: ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no
To your sshd config and then you don't need to worry as much about if one of your accounts has a password of 1234. |
|