Searched refs:authsocket (Results 1 – 1 of 1) sorted by relevance
86 const char *authsocket; in ssh_get_authentication_socket() local90 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()91 if (!authsocket) in ssh_get_authentication_socket()95 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket()