From d5e49af891a509229dde1bf0ba20a435155177af Mon Sep 17 00:00:00 2001 From: Efimov Vasily Date: Tue, 9 Jun 2020 19:55:44 +0300 Subject: [PATCH] ssh-askpass: also hide passphrase Signed-off-by: Efimov Vasily --- share/git-cola/bin/ssh-askpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/git-cola/bin/ssh-askpass b/share/git-cola/bin/ssh-askpass index 56a4c8ce..0b1bf88e 100755 --- a/share/git-cola/bin/ssh-askpass +++ b/share/git-cola/bin/ssh-askpass @@ -27,7 +27,7 @@ entry .e -textvariable answer -width 50 pack .e -side top -fill x -padx 10 -pady 10 if {!$yesno} { - if {"Password" in $prompt} { + if {"Password" in $prompt || "passphrase" in $prompt} { .e configure -show "*" } } -- 2.11.4.GIT