Searched refs:authfile (Results 1 – 8 of 8) sorted by relevance
8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
1701 maybe_add_key_to_agent(const char *authfile, struct sshkey *private, in maybe_add_key_to_agent() argument1716 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent()1724 comment == NULL ? authfile : comment, in maybe_add_key_to_agent()1727 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent()1729 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()
55 read/write these files is in authfile.c. The files are normally95 RSA key files with authfile.c. It communicates the
19 auth.o: authfile.h monitor_wrap.h channels.h29 auth2-pubkey.o: pathnames.h uidswap.h auth-options.h canohost.h monitor_wrap.h authfile.h match.h c…30 …sshkey.h digest.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h authfile.h match.h34 authfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…127 …p.h entropy.h xmalloc.h ssh.h log.h ssherr.h sshkey.h sshbuf.h authfd.h authfile.h pathnames.h mis…138 …ntropy.h xmalloc.h log.h ssherr.h sshkey.h ssh.h ssh2.h misc.h sshbuf.h authfile.h msg.h canohost.…148 ssh.o: sshkey.h authfd.h authfile.h pathnames.h clientloop.h log.h ssherr.h misc.h readconf.h sshco…149 ssh_api.o: authfile.h misc.h version.h myproposal.h sshbuf.h openbsd-compat/openssl-compat.h159 sshconnect2.o: sshconnect.h authfile.h dh.h authfd.h log.h ssherr.h misc.h readconf.h match.h canoh…161 sshd.o: poly1305.h cipher-aesctr.h rijndael.h digest.h sshkey.h kex.h mac.h crypto_api.h authfile.h…[all …]
11 SRCS+= authfd.c authfile.c \