From 1b9ef54701d87ebcba01d70a735d96197f8ad858 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 5 Nov 2014 02:50:21 -0500 Subject: [PATCH] chore(auth) ssh -> sha --- lib/server/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/auth.js b/lib/server/auth.js index fb7dd3ae..6f767eda 100644 --- a/lib/server/auth.js +++ b/lib/server/auth.js @@ -67,7 +67,7 @@ equal = oldSha(password, pass); if (equal && !isDeprecatedShown) { - console.error('Change password: ssh1 is not safe. New passwords would be saved in config in ssh512+RSA'); + console.error('Change password: sha1 is not safe. New passwords would be saved in config in sha512+RSA'); isDeprecatedShown = true; } }