Searched refs:authsocket (Results 1 – 1 of 1) sorted by relevance
97 const char *authsocket; in ssh_get_authentication_socket() local101 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()102 if (!authsocket) in ssh_get_authentication_socket()107 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket()