We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh 提示 Received disconnect from xxx.xxx.xxx.xxx port 22:2: too many authentication failures
Received disconnect from xxx.xxx.xxx.xxx port 22:2: too many authentication failures
方法一、在ssh登陆的时候加上参数 -o PubkeyAuthentication=no
-o PubkeyAuthentication=no
方法二、修改 /etc/ssh/sshd_config 文件
/etc/ssh/sshd_config
MaxAuthTries 20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ssh 提示
Received disconnect from xxx.xxx.xxx.xxx port 22:2: too many authentication failures
方法一、在ssh登陆的时候加上参数
-o PubkeyAuthentication=no
方法二、修改
/etc/ssh/sshd_config
文件The text was updated successfully, but these errors were encountered: