- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I was connect by ssh to the server vCenter with the root account, and, today, when i tried to connect to the server vCenter by ssh, i receive this error message:
But, for example, if i try to connect to the server with the root account on Internet, i can connect without problem:
What is the problem?
Thanks so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The new version of PuTTY has a new authentication GSSAPI feature. This allows users to log in with out a password but will not mount a users home directory. We have had several users using the new version of PuTTY who could not log in to kerbNFSv4 system.
To overcome this problem you must disable GSSAPI authentication.
To do this in PuTTY go to
Connection –> SSH –> Auth –> uncheck “Attempt Kerberos 5 GSSAPI/SSPI auth (SSH-2)”
or
Connection –> SSH –> Auth –> GSSAPI –> uncheck “Allow GSSAPI Authentication (SSH-2 only)”
See the following images.


If you found my answers useful please consider marking them as Correct OR Helpfu
Regards,
Randhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks so much for your reply ranchuab
I tried the solution that you gave me, but, unfortunately, the problem persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please tell me your Putty release version so i will test in my Lab for this issue .....
Regards,
Randhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is SSH shell enabled along with Bash from the VAMI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing screen shot.
I suspect problem in /etc/ssh/sshd_config
Can you check "PermitRootLogin should be Yes.
Regards,
Randhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello desadi10 ,
I have checked and found below configuration in my Lab . Could you please check from your side and confirm .
go in
/etc/ssh/sshd_config
I am able to login through SSH.
Regards,
Randhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks so much ranchuab
But, if i can not to connect to the server, how can i do to test your solution?
Because, when i try to connect to the server with the root account, i receive the error message: Access denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks so much ranchuab
Your answer solved my issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi! How did you get in to modify the files if you could not sign in?