Home | History | Annotate | Download | only in openssh

Lines Matching defs:host

6  * Identity and host key generation and maintenance.
85 /* Flag indicating that we want lookup a host in known_hosts file */
87 /* Flag indicating that we want to delete a host from a known_hosts file */
980 printf("%s: generating new host keys: ", __progname);
1042 const char *host; /* Hostname searched for in find/delete case */
1045 int found_key; /* For find/delete, host was found */
1067 fprintf(stderr, "%s:%ld: ignoring host name "
1074 * Split any comma-separated hostnames from the host list,
1117 printf("# Host %s found: line %ld\n",
1118 ctx->host, l->linenum);
1124 printf("# Host %s found: line %ld %s\n",
1125 ctx->host,
1165 ctx.host = name;
1207 fprintf(stderr, "Host %s not found in %s\n",