mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: cloudflare tunnel failed to match ssh mac
This commit is contained in:
parent
77d81742a9
commit
23f72c3c2e
@ -48,6 +48,8 @@ in {
|
||||
# if there is no existing AuthenticationMethods
|
||||
AuthenticationMethods publickey
|
||||
'';
|
||||
services.openssh.settings.Macs =
|
||||
[ "hmac-sha2-512" ]; # Fix for failure to find matching mac
|
||||
|
||||
# Create credentials file for Cloudflare
|
||||
secrets.cloudflared = {
|
||||
|
Loading…
Reference in New Issue
Block a user