summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2020-02-06 22:30:54 +0000
committernaddy <naddy@openbsd.org>2020-02-06 22:30:54 +0000
commit5f47a66000ea6cb181f93ec6eec42d947fb45006 (patch)
tree1d2af3b4a13bec94ca62c471f8bd9f7b9c7e0ec0 /usr.bin/ssh/ssh.c
parentTry to reduce the lying, hyperbolic or obsolete commentary on (diff)
downloadwireguard-openbsd-5f47a66000ea6cb181f93ec6eec42d947fb45006.tar.xz
wireguard-openbsd-5f47a66000ea6cb181f93ec6eec42d947fb45006.zip
Replace "security key" with "authenticator" in program messages.
This replaces "security key" in error/usage/verbose messages and distinguishes between "authenticator" and "authenticator-hosted key". ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 314b3c5f29c..7ef7122fdd9 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.517 2020/01/28 07:24:15 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.518 2020/02/06 22:30:54 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1355,7 +1355,7 @@ main(int ac, char **av)
if (options.sk_provider != NULL && *options.sk_provider == '$' &&
strlen(options.sk_provider) > 1) {
if ((cp = getenv(options.sk_provider + 1)) == NULL) {
- debug("Security key provider %s did not resolve; "
+ debug("Authenticator provider %s did not resolve; "
"disabling", options.sk_provider);
free(options.sk_provider);
options.sk_provider = NULL;