Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh.h68 #define SSH_ASKPASS_ENV "SSH_ASKPASS" macro
H A Dreadpass.c175 if (getenv(SSH_ASKPASS_ENV)) in read_passphrase()
176 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase()