Searched refs:identity_file (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | ssh-keygen.c | 109 char identity_file[1024]; variable 265 snprintf(identity_file, sizeof(identity_file), in ask_filename() 267 printf("%s (%s): ", prompt, identity_file); in ask_filename() 273 strlcpy(identity_file, buf, sizeof(identity_file)); in ask_filename() 389 if (stat(identity_file, &st) < 0) in do_convert_to() 390 fatal("%s: %s: %s", __progname, identity_file, strerror(errno)); in do_convert_to() 391 if ((r = sshkey_load_public(identity_file, &k, NULL)) != 0) in do_convert_to() 392 k = load_identity(identity_file); in do_convert_to() 574 if ((fp = fopen(identity_file, "r")) == NULL) in do_convert_from_ssh2() 575 fatal("%s: %s: %s", __progname, identity_file, strerror(errno)); in do_convert_from_ssh2() [all …]
|
D | scp.0 | 7 scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] 52 -i identity_file
|
D | sftp.0 | 8 [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-l limit] 87 -i identity_file
|
D | ssh.0 | 9 [-F configfile] [-I pkcs11] [-i identity_file] 138 -i identity_file
|