aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-agent-filter.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C
index 426c300..dd1b508 100644
--- a/ssh-agent-filter.C
+++ b/ssh-agent-filter.C
@@ -375,7 +375,7 @@ rfc4251string handle_request (rfc4251string const & r) {
std::string question = "Something behind the ssh-agent-filter";
if (saf_name.length())
- question += " named " + saf_name;
+ question += " named '" + saf_name + "'";
question += " requested use of the key named '" + it->second + "'.\n";
question += request_description;
allow = confirm(question);