Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c67 char identity_file[1024]; variable
120 snprintf(identity_file, sizeof(identity_file), "%s/%s", pw->pw_dir, name); in ask_filename()
121 fprintf(stderr, "%s (%s): ", gettext(prompt), identity_file); in ask_filename()
127 strlcpy(identity_file, buf, sizeof(identity_file)); in ask_filename()
166 if (stat(identity_file, &st) < 0) { in do_convert_to_ssh2()
167 perror(identity_file); in do_convert_to_ssh2()
170 if ((k = key_load_public(identity_file, NULL)) == NULL) { in do_convert_to_ssh2()
171 if ((k = load_identity(identity_file)) == NULL) { in do_convert_to_ssh2()
344 if (stat(identity_file, &st) < 0) { in do_convert_from_ssh2()
345 perror(identity_file); in do_convert_from_ssh2()
[all …]