Home | History | Annotate | Download | only in openssh

Lines Matching defs:lifetime

80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0;
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
212 if (lifetime != 0)
214 "Lifetime set to %d seconds\n", lifetime);
245 lifetime, confirm)) {
251 if (lifetime != 0)
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
373 fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
433 if ((lifetime = convtime(optarg)) == -1) {
434 fprintf(stderr, "Invalid lifetime\n");