Skip to content

Commit

Permalink
add more break
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnull authored Jun 18, 2024
1 parent e84b550 commit c62fa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/blog/posts/2024-06-18-ssh-mac-mismatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ categories:

Modern SSH configurations can sometimes lead to MAC (Message Authentication Code) limitations when connecting between systems with different client setups. I've recently run into this issue when operating from a Mac and connecting to newer operating systems, like NixOS. These limitations can be frustrating, but they are fixable with minimal effort. This post will show you how to change your SSH client to use an appropriate MAC, even if it's not explicitly allowed in your configuration.

<!-- more -->

## What is a MAC

A Message Authentication Code (MAC) is a security feature used to verify the integrity and authenticity of a message. Learn more about MACs [here](https://www.geeksforgeeks.org/message-authentication-codes).
Expand Down

0 comments on commit c62fa65

Please sign in to comment.