Lines Matching defs:line
64 * The .ssh/authorized_keys file contains public keys, one per line, in the
69 * length of a line is SSH_MAX_PUBKEY_BYTES characters. See sshd(8) for a
174 char *fp, line[SSH_MAX_PUBKEY_BYTES];
190 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
196 for (cp = line; *cp == ' ' || *cp == '\t'; cp++)
219 /* Parse the key from the line. */
221 debug("%.100s, line %lu: non ssh1 key syntax",
237 logit("Warning: %s, line %lu: keysize mismatch: "
244 debug("matching key found: file %s, line %lu %s %s",