fix: cloudflare tunnel failed to match ssh mac

This commit is contained in:
Noah Masur 2023-06-18 18:46:34 +00:00
parent 77d81742a9
commit 23f72c3c2e

View File

@ -48,6 +48,8 @@ in {
# if there is no existing AuthenticationMethods # if there is no existing AuthenticationMethods
AuthenticationMethods publickey AuthenticationMethods publickey
''; '';
services.openssh.settings.Macs =
[ "hmac-sha2-512" ]; # Fix for failure to find matching mac
# Create credentials file for Cloudflare # Create credentials file for Cloudflare
secrets.cloudflared = { secrets.cloudflared = {