summaryrefslogtreecommitdiff
path: root/src/ssh.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-12-05 22:27:53 +0900
committerRyo Nakamura <upa@haeena.net>2022-12-05 22:27:53 +0900
commit289293e812b8e8fdc74c8070efb951ae1e4d1fcb (patch)
treee405a744306480f81c2160d1e32c3d0838b5ea8d /src/ssh.c
parent1441873db6a45a5671c0877eb457b863117f3925 (diff)
change prompt for ssh key passphrase
Diffstat (limited to 'src/ssh.c')
-rw-r--r--src/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssh.c b/src/ssh.c
index e0d94d7..5862a30 100644
--- a/src/ssh.c
+++ b/src/ssh.c
@@ -130,7 +130,7 @@ static int ssh_cache_passphrase(const char *prompt, char *buf, size_t len, int e
opts->passphrase = NULL;
}
- if (ssh_getpass(prompt, buf, len, echo, verify) < 0)
+ if (ssh_getpass("Passphrase: ", buf, len, echo, verify) < 0)
return -1;
/* cache the passphrase */