Searched refs:SSH_AUTH_SOCK (Results 1 – 12 of 12) sorted by relevance
8 SSH_AUTH_SOCK=/nonexistent33 chmod 644 ${SSH_AUTH_SOCK}
14 echo "HostKeyAgent $SSH_AUTH_SOCK" >> $OBJ/sshd_proxy.orig31 unset SSH_AUTH_SOCK
6 SSH_AUTH_SOCK=/nonexistent ${SSHADD} -l > /dev/null 2>&1
119 SSH_AUTH_SOCK=/nonexistent ${SSHADD} -l > /dev/null 2>&1
64 unset SSH_AUTH_SOCK
24 The authentication agent must be running and the SSH_AUTH_SOCK87 SSH_AUTH_SOCK
94 the SSH_AUTH_SOCK environment variable. The socket is made accessible
517 This option overrides the SSH_AUTH_SOCK environment variable and520 string "SSH_AUTH_SOCK" is specified, the location of the socket521 will be read from the SSH_AUTH_SOCK environment variable.
437 "SSH_AUTH_SOCK" is specified, the location of the socket will be438 read from the SSH_AUTH_SOCK environment variable.
780 SSH_AUTH_SOCK Identifies the path of a UNIX-domain socket used to
4145 allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
98 if [ -n "$SSH_AUTH_SOCK" ] && ssh-add -L >/dev/null 2>&1 ; then