Home | History | Annotate | Download | only in openssh

Lines Matching defs:lifetime

90 /* Default lifetime (0 == forever) */
91 static int lifetime = 0;
266 lifetime, confirm)) == 0) {
269 if (lifetime != 0)
271 "Lifetime set to %d seconds\n", lifetime);
314 lifetime, confirm)) != 0) {
321 if (lifetime != 0)
322 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
346 lifetime, confirm)) == 0) {
465 fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
549 if ((lifetime = convtime(optarg)) == -1) {
550 fprintf(stderr, "Invalid lifetime\n");