Upgrade Fedora23 today, normal user ssh to my openwet router error
[[email protected] ~]$ ssh 192.168.10.1
[email protected] ' s password:
Permission denied, please try again.
Workaround:
Remove Line 25th # comments
[Email protected] sunliming]# vim/etc/ssh/ssh_config
passwordauthentication Yes
----------------------------------------------------------------------
Access denied is present in the SSH client. Comments in Ssh_config may lead to misunderstanding of this parameter. It says, "such as > disable plaintext password, set to No!". The "plaintext password" referred to here is still encrypted in the SSH connection tunnel, so the > Sniffer (sniffer) is safe and non-detectable. In this case, the term "plaintext password" simply means that the user is the difference between a direct > incoming password or the use of a key file authentication.
In the old version of sshd, this setting defaults to Yes. In the new version, the default is No. Therefore, when the server is upgraded >, the setting may be changed. If the client still chooses password authentication at this point, the above problem will occur
This article is from the "Sun Liming Technology Blog" blog, make sure to keep this source http://sunliming.blog.51cto.com/982606/1767125
Fedora Terminal SSH Other host error Permission denied, please try again.