Searched refs:authfile (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/secure/lib/libssh/
H A DMakefile10 SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect1.c48 #include "authfile.h"
224 char buf[300], *passphrase = NULL, *comment, *authfile; local
228 authfile = options.identity_files[idx];
229 comment = xstrdup(authfile);
271 private = key_load_private_type(KEY_RSA1, authfile, "", NULL,
280 authfile, passphrase, NULL, NULL);
293 maybe_add_key_to_agent(authfile, private, comment, passphrase);
H A Dsshconnect.c66 #include "authfile.h"
1520 maybe_add_key_to_agent(char *authfile, Key *private, char *comment, argument
1534 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) {
1542 debug("identity added to agent: %s", authfile);
1544 debug("could not add identity to agent: %s (%d)", authfile, r);

Completed in 121 milliseconds