Searched refs:identity_file (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c99 char identity_file[1024]; variable
235 snprintf(identity_file, sizeof(identity_file), "%s/%s", pw->pw_dir, name);
236 fprintf(stderr, "%s (%s): ", prompt, identity_file);
241 strlcpy(identity_file, buf, sizeof(identity_file));
355 if (stat(identity_file, &st) < 0)
356 fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
357 if ((k = key_load_public(identity_file, NULL)) == NULL) {
358 if ((k = load_identity(identity_file))
[all...]

Completed in 173 milliseconds