My Nix Configuration
1diff --git a/readconf.h b/readconf.h 2index ded13c9..94f489e 100644 3--- a/readconf.h 4+++ b/readconf.h 5@@ -213,7 +213,7 @@ typedef struct { 6 #define SESSION_TYPE_SUBSYSTEM 1 7 #define SESSION_TYPE_DEFAULT 2 8 9-#define SSHCONF_CHECKPERM 1 /* check permissions on config file */ 10+#define SSHCONF_CHECKPERM 0 /* check permissions on config file */ 11 #define SSHCONF_USERCONF 2 /* user provided config file not system */ 12 #define SSHCONF_FINAL 4 /* Final pass over config, after canon. */ 13 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */