Home
last modified time | relevance | path

Searched refs:authsocket (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dauthfd.c89 const char *authsocket; in ssh_get_authentication_socket() local
96 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()
97 if (!authsocket) in ssh_get_authentication_socket()
102 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket()