Home | History | Annotate | Download | only in openssh

Lines Matching refs:comment

66 	char *comment;
81 for (key = ssh_get_first_identity(auth, &comment, 1);
83 key = ssh_get_next_identity(auth, &comment, 1)) {
86 debug("Trying RSA authentication via agent with '%.100s'", comment);
87 xfree(comment);
210 char buf[300], *passphrase, *comment, *authfile;
215 comment = xstrdup(authfile);
217 debug("Trying RSA authentication with key '%.100s'", comment);
234 xfree(comment);
261 "Enter passphrase for RSA key '%.100s': ", comment);
279 /* We no longer need the comment. */
280 xfree(comment);