permission denied error on ssh

  1. bhawanisingh

    Error "Permission denied (publickey,gssapi-keyex,gssapi-with-mic)" while accessing SSH on Linux.

    Permission denied (publickey,gssapi-keyex,gssapi-with-mic) If you are getting this error while logging into your server through SSH then the reason behind this error is very simple and clear that password authentication is disabled on server in sshd_config file. Reason : Password...
Top