Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

What is gssapi-with-mic?

Solution 1:

Message Integrity Code.

This is also called a Message Authentication Code, but that acronym gets used for other things, so MIC is less ambiguous. From that Wikipedia page:

The term message integrity code (MIC) is frequently substituted for the term MAC, especially in communications, where the acronym MAC traditionally stands for Media Access Control.

Solution 2:

The fix is simple: disable attempts to use GSS-API by adding the following to ~/.ssh/config:

GSSAPIAuthentication no

Tags:

Linux

Ssh

Redhat

Related

How to join domain and still maintain settings from unjoined user profile? How do I tell if my Windows server is swapping? Linux - What directories should I exclude when backing up a server? Why should I enable IO APIC in VirtualBox? How do you determine what type of CPU socket a linux computer has? Best compression for ZFS send/recv What port does SFTP use? How can you do a one liner with sftp to login with the password on the same line? Windows Appending Domain Suffix To All Lookups Resolve host name from IP address Should I activate keepAlive in Apache2? How to re-create /tmp/mysql.sock?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy