Home | History | Annotate | Download | only in openssh

Lines Matching defs:in

11  * incompatible with the protocol description in the RFC file, it must be
69 /* Number of bits in the RSA/DSA key. This value can be set on the command line. */
93 /* Flag indicating that we want lookup a host in known_hosts file */
388 ask_filename(pw, "Enter file in which the key is");
524 "remaining bytes in key blob %d", rlen);
698 ask_filename(pw, "Enter file in which the key is");
758 ask_filename(pw, "Enter file in which the key is");
891 ask_filename(pw, "Enter file in which the key is");
963 invalid = 0; /* One good key in the file is sufficient */
1043 error("Could not save your public key in %s",
1074 const char *host; /* Hostname searched for in find/delete case */
1212 * Find hosts goes to stdout, hash and deletions happen in-place
1255 logit("Host %s not found in %s", name, identity_file);
1300 ask_filename(pw, "Enter file in which the key is");
1361 /* Destroy the passphrase and the copy of the key in memory. */
1412 ask_filename(pw, "Enter file in which the key is");
1441 error("Comments are only supported for RSA1 or keys stored in "
1485 fatal("Could not save your public key in %s", identity_file);
1497 printf("The comment in your key file has been changed.\n");
1938 ask_filename(pw, "Enter file in which the key is");
2612 FILE *in;
2616 if ((in = fopen(identity_file, "r")) == NULL) {
2622 in = stdin;
2628 if (prime_test(in, out, rounds == 0 ? 100 : rounds,
2656 ask_filename(pw, "Enter file in which to save the key");
2737 printf("Your identification has been saved in %s.\n", identity_file);
2757 printf("Your public key has been saved in %s.\n",