SSH prompts “received disconnect from 192.168.2.11:2: too many authentication failures for root”
method 1: when logging in SSH, you can add the parameter - O pubkeyauthentication = no
, and then log in
method 2: modify the SSH configuration file and increase the verification times of SSH login
MaxAuthTries 20
SSH configuration file path
/etc/sshd under mac_ config
/etc/SSH/sshd under Linux_ Config
Modify and restart the SSH service
Similar Posts:
- How to Fix Issue: SSH Server CBC Mode Ciphers Enabled
- SSH login error: no common Kex alg [How to Solve]
- How to Solve network error: software caused connection abort (Step-by-step Tutorial)
- [Solved] Forbid root, handle error sudo must be owned by uid 0
- [Solved] SSH connect error: permission denied, please try again
- [How to Solve] putty server refused our key
- Under Linux — Java — new font (“Times New Roman”, 0, 18) captcha image becomes character
- Linux Login MYSQL Error: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- SSH Connection Error: no matching host key type found. Their offer: ssh-dss [Solved]
- How to Solve Error: ssh_exchange_identification:read connection reset by peer