Personal Nix setup
0
fork

Configure Feed

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

Review SSH config

+8
+8
modules/server/sshd.nix
··· 29 29 KbdInteractiveAuthentication = false; 30 30 MaxAuthTries = 3; 31 31 LoginGraceTime = 30; 32 + MaxSessions = 3; 33 + MaxStartups = "3:50:10"; 34 + ClientAliveInterval = 60; 35 + ClientAliveCountMax = 3; 36 + AllowAgentForwarding = false; 37 + AllowTcpForwarding = false; 38 + X11Forwarding = false; 39 + AllowStreamLocalForwarding = false; 32 40 }; 33 41 }; 34 42 };