Searched refs:authsocket (Results 1 – 1 of 1) sorted by relevance
90 const char *authsocket; in ssh_get_authentication_socket() local97 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()98 if (!authsocket) in ssh_get_authentication_socket()103 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket()