aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-10-23 21:24:15 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-10-23 21:24:15 +0200
commitfad26b644eef6883810203a1bd143180484ff8fb (patch)
treed84046ca3dd8f5b327f11ffa9d4781c57603b0a4
parent8401112f358cd35ea72ddf2d67effbf3ac782a5e (diff)
downloadssh-agent-filter-fad26b644eef6883810203a1bd143180484ff8fb.tar.gz
add quotes around ssh-agent-filter's name
-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);