@jaspermayone.com's dotfiles

alastor more ssh support

+8
+8
hosts/alastor/configuration.nix
··· 75 75 PasswordAuthentication = false; 76 76 PermitRootLogin = "prohibit-password"; 77 77 KbdInteractiveAuthentication = false; 78 + # Add non-ETM MACs for compatibility with Kamal/net-ssh 79 + Macs = [ 80 + "hmac-sha2-512-etm@openssh.com" 81 + "hmac-sha2-256-etm@openssh.com" 82 + "umac-128-etm@openssh.com" 83 + "hmac-sha2-512" 84 + "hmac-sha2-256" 85 + ]; 78 86 }; 79 87 }; 80 88