@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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