summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-11-08 22:37:24 +0000
committerDamien Miller <djm@mindrot.org>2020-11-09 09:39:22 +1100
commitd5a0cd4fc430c8eda213a4010a612d4778867cd9 (patch)
treeee525d07568dc7a47c36299a1de343743a3711bc /ssh-agent.c
parent292bcb2479deb27204e3ff796539c003975a5f7a (diff)
downloadopenssh-git-d5a0cd4fc430c8eda213a4010a612d4778867cd9.tar.gz
upstream: when requesting a security key touch on stderr, inform the
user once the touch has been recorded; requested by claudio@ ok markus@ OpenBSD-Commit-ID: 3b76ee444490e546b9ea7f879e4092ee0d256233
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 179f353a..93f04f26 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.266 2020/10/18 11:32:02 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.267 2020/11/08 22:37:24 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -416,7 +416,7 @@ process_sign_request2(SocketEntry *e)
/* Success */
ok = 0;
send:
- notify_complete(notifier);
+ notify_complete(notifier, "User presence confirmed");
sshkey_free(key);
free(fp);
if (ok == 0) {