mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +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
|
# 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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user