Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c86 const char *authsocket; in ssh_get_authentication_socket() local
90 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()