My Nix Configuration
2
fork

Configure Feed

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

[homeModules] add test-vm ssh config

dish 12ae23dd 3eeab210

+9
+9
homeModules/programs/ssh/default.nix
··· 48 48 "PreferredAuthentications" = "publickey"; 49 49 }; 50 50 }; 51 + "test-vm" = { 52 + hostname = "localhost"; 53 + user = "root"; 54 + port = 2222; 55 + extraOptions = { 56 + StrictHostKeyChecking = "no"; 57 + "PreferredAuthentications" = "password"; 58 + }; 59 + }; 51 60 }; 52 61 extraOptionOverrides = { 53 62 "Match" = ''host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"'';