Home | History | Annotate | Download | only in openssh

Lines Matching refs:passphrase

224 	char buf[300], *passphrase, *comment, *authfile;
265 * load the private key. Try first with empty passphrase; if it
266 * fails, ask for a passphrase.
275 "Enter passphrase for RSA key '%.100s': ", comment);
277 passphrase = read_passphrase(buf, 0);
278 if (strcmp(passphrase, "") != 0) {
280 authfile, passphrase, NULL, NULL);
283 debug2("no passphrase given, try next key");
286 explicit_bzero(passphrase, strlen(passphrase));
287 free(passphrase);
290 debug2("bad passphrase given, try again...");
298 error("Bad passphrase.");
734 * agent is tried first because no passphrase is needed for