Home | History | Annotate | Download | only in openssh

Lines Matching defs:config

161 char *config = NULL;
601 config = optarg;
696 * Read per-user configuration file. Ignore the system wide config
697 * file if the user specifies a config file on the command line.
699 if (config != NULL) {
700 if (!read_config_file(config, host, &options, 0))
701 fatal("Can't open user config file %.100s: "
702 "%.100s", config, strerror(errno));
709 /* Read systemwide configuration file after user config. */