chore(auth) ssh -> sha

This commit is contained in:
coderaiser 2014-11-05 02:50:21 -05:00
parent 4f0c3a467b
commit 1b9ef54701

View file

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