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; } }