read_passphrase
response = read_passphrase("Accept updated hostkeys? "
cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
char *read_passphrase(const char *, int);
p = read_passphrase(prompt,
pass = read_passphrase(msg, RP_ALLOW_STDIN);
if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
pass = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN);
pin = read_passphrase(prompt, RP_USE_ASKPASS);
read_passphrase("Enter old passphrase: ",
read_passphrase("Enter new passphrase (empty for no "
passphrase2 = read_passphrase("Enter same passphrase again: ",
passphrase = read_passphrase("Enter passphrase: ",
if ((pin = read_passphrase("Enter PIN for CA key: ",
if ((pin = read_passphrase(prompt,
pass = read_passphrase(prompt, RP_ALLOW_STDIN);
passphrase1 = read_passphrase(prompt1, RP_ALLOW_STDIN);
passphrase2 = read_passphrase(prompt2, RP_ALLOW_STDIN);
pin = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN);
passphrase = read_passphrase("Enter PIN for "
if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) {
cp = p = read_passphrase(msg, RP_ECHO);
password = read_passphrase(prompt, 0);
password = read_passphrase(prompt, 0);
password = read_passphrase(prompt, RP_ALLOW_EOF);
retype = read_passphrase(prompt, 0);
pin = read_passphrase(prompt, 0);
passphrase = read_passphrase(prompt, 0);
response = read_passphrase(display_prompt, echo ? RP_ECHO : 0);