From fad26b644eef6883810203a1bd143180484ff8fb Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Wed, 23 Oct 2013 21:24:15 +0200 Subject: add quotes around ssh-agent-filter's name --- ssh-agent-filter.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3