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

/external/openssh/
H A Dssh-keygen.c1293 char new_comment[1024], *comment, *passphrase; local
1334 strlcpy(new_comment, identity_comment, sizeof(new_comment));
1338 if (!fgets(new_comment, sizeof(new_comment), stdin)) {
1343 new_comment[strcspn(new_comment, "\n")] = '\0';
1347 if (!key_save_private(private, identity_file, passphrase, new_comment)) {
1374 fprintf(f, " %s\n", new_comment);

Completed in 45 milliseconds