Permission denied publickeygssapi-keyexgssapi-with-micpasswordlost connection
This error message usually occurs when attempting to connect to a remote server using SSH (Secure Shell) without proper authentication credentials.
It means that the server is configured to only allow certain types of authentication methods, such as public key authentication, GSSAPI key exchange, or password authentication. If your SSH client does not have the proper credentials for any of these methods, it will be denied access to the server.
To resolve this issue, you may need to check with the server administrator to ensure that you have the correct credentials and authentication methods configured. Alternatively, you can try specifying a different authentication method when connecting to the server, such as using a password instead of public key authentication.
原文地址: https://www.cveoy.top/t/topic/bI3b 著作权归作者所有。请勿转载和采集!