Home | History | Annotate | Download | only in openssh

Lines Matching defs:passphrase

210 	char buf[300], *passphrase, *comment, *authfile;
251 * load the private key. Try first with empty passphrase; if it
252 * fails, ask for a passphrase.
261 "Enter passphrase for RSA key '%.100s': ", comment);
263 passphrase = read_passphrase(buf, 0);
264 if (strcmp(passphrase, "") != 0) {
266 authfile, passphrase, NULL, NULL);
269 debug2("no passphrase given, try next key");
272 memset(passphrase, 0, strlen(passphrase));
273 xfree(passphrase);
276 debug2("bad passphrase given, try again...");
284 error("Bad passphrase.");
718 * agent is tried first because no passphrase is needed for