Searched refs:ssh_askpass (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dreadpass.c51 ssh_askpass(char *askpass, const char *msg) function
61 error("ssh_askpass: fflush: %s", strerror(errno));
65 error("ssh_askpass: pipe: %s", strerror(errno));
70 error("ssh_askpass: fork: %s", strerror(errno));
78 fatal("ssh_askpass: dup2: %s", strerror(errno));
80 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno));
152 if ((ret = ssh_askpass(askpass, prompt)) == NULL)

Completed in 122 milliseconds