Home
last modified time | relevance | path

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

/external/openssh/regress/
Dagent-getpeereid.sh8 SSH_AUTH_SOCK=/nonexistent
33 chmod 644 ${SSH_AUTH_SOCK}
Dhostkey-agent.sh14 echo "HostKeyAgent $SSH_AUTH_SOCK" >> $OBJ/sshd_proxy.orig
31 unset SSH_AUTH_SOCK
Dagent.sh6 SSH_AUTH_SOCK=/nonexistent ${SSHADD} -l > /dev/null 2>&1
Dcert-file.sh119 SSH_AUTH_SOCK=/nonexistent ${SSHADD} -l > /dev/null 2>&1
Dtest-exec.sh64 unset SSH_AUTH_SOCK
/external/openssh/
Dssh-add.024 The authentication agent must be running and the SSH_AUTH_SOCK
87 SSH_AUTH_SOCK
Dssh-agent.094 the SSH_AUTH_SOCK environment variable. The socket is made accessible
Dssh_config.0517 This option overrides the SSH_AUTH_SOCK environment variable and
520 string "SSH_AUTH_SOCK" is specified, the location of the socket
521 will be read from the SSH_AUTH_SOCK environment variable.
Dsshd_config.0437 "SSH_AUTH_SOCK" is specified, the location of the socket will be
438 read from the SSH_AUTH_SOCK environment variable.
Dssh.0780 SSH_AUTH_SOCK Identifies the path of a UNIX-domain socket used to
DChangeLog4145 allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
/external/openssh/contrib/
Dssh-copy-id98 if [ -n "$SSH_AUTH_SOCK" ] && ssh-add -L >/dev/null 2>&1 ; then