Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.h73 #define SSH_ASKPASS_REQUIRE_ENV "SSH_ASKPASS_REQUIRE" macro
H A Dreadpass.c133 if ((s = getenv(SSH_ASKPASS_REQUIRE_ENV)) != NULL) { in read_passphrase()
266 ((s = getenv(SSH_ASKPASS_REQUIRE_ENV)) == NULL || in notify_start()