Home | History | Annotate | Download | only in openssh

Lines Matching full:fprintf

111 		fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment);
114 fprintf(stderr, "Could not remove identity: %s\n", filename);
134 fprintf(stderr, "All identities removed.\n");
136 fprintf(stderr, "Failed to remove all identities.\n");
210 fprintf(stderr, "Identity added: %s (%s)\n", filename, comment);
213 fprintf(stderr,
216 fprintf(stderr,
219 fprintf(stderr, "Could not add identity: %s\n", filename);
249 fprintf(stderr, "Certificate added: %s (%s)\n", certpath,
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
254 fprintf(stderr, "The user must confirm each use of the key\n");
274 fprintf(stderr, "Card %s: %s\n",
278 fprintf(stderr, "Could not %s card: %s\n",
307 fprintf(stderr, "key_write failed");
308 fprintf(stdout, " %s\n", comment);
333 fprintf(stderr, "Passwords do not match.\n");
340 fprintf(stderr, "Agent %slocked.\n", lock ? "" : "un");
343 fprintf(stderr, "Failed to %slock agent.\n", lock ? "" : "un");
365 fprintf(stderr, "usage: %s [options] [file ...]\n", __progname);
366 fprintf(stderr, "Options:\n");
367 fprintf(stderr, " -l List fingerprints of all identities.\n");
368 fprintf(stderr, " -L List public key parameters of all identities.\n");
369 fprintf(stderr, " -d Delete identity.\n");
370 fprintf(stderr, " -D Delete all identities.\n");
371 fprintf(stderr, " -x Lock agent.\n");
372 fprintf(stderr, " -X Unlock agent.\n");
373 fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
374 fprintf(stderr, " -c Require confirmation to sign using identities\n");
375 fprintf(stderr, " -s pkcs11 Add keys from PKCS#11 provider.\n");
376 fprintf(stderr, " -e pkcs11 Remove keys provided by PKCS#11 provider.\n");
399 fprintf(stderr,
434 fprintf(stderr, "Invalid lifetime\n");
459 fprintf(stderr, "No user found with uid %u\n",