Follow below steps on both client Linux machine and Server Linux machine to disable GSSAPIAuthentication.
Follow below steps to disable GSSAPIAuthentication both on client and server side.
1. Take backup of current /etc/ssh/ssh_config file.
2. Edit /etc/ssh/ssh_config file and search for line GSSAPIAuthentication.
If GSSAPIAuthentication line does not exist add line as follows:
If the line exists or is commented out, Uncomment the line and change the value to no so that the line looks as mentioned above
3. Restart sshd service as follows:
Follow below steps to disable GSSAPIAuthentication both on client and server side.
1. Take backup of current /etc/ssh/ssh_config file.
2. Edit /etc/ssh/ssh_config file and search for line GSSAPIAuthentication.
If GSSAPIAuthentication line does not exist add line as follows:
GSSAPIAuthentication no
If the line exists or is commented out, Uncomment the line and change the value to no so that the line looks as mentioned above
3. Restart sshd service as follows:
service sshd restart
Products to which Article Applies
All Linux Operating Systems
tarun boyella
No comments:
Post a Comment