forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
3.4 KiB
3.4 KiB
What Should I Do If Error Message "Disconnected: No supported authentication methods available" Is Displayed When I Remotely Log In to a Linux ECS?
Symptom
When I attempted to remotely log in to a Linux ECS, the system displayed error message "Disconnected: No supported authentication methods available".
Possible Causes
A policy that denies password-authenticated logins is enabled on the SSH server.
Solution
- Open the /etc/ssh/sshd_config file and check the following settings:
vi /etc/ssh/sshd_config
Parent topic: Login and Connection