Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c120 if (getenv(SSH_ASKPASS_ENV)) in read_passphrase()
121 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase()
/titanic_44/usr/src/cmd/ssh/include/
H A Dssh.h87 #define SSH_ASKPASS_ENV "SSH_ASKPASS" macro