mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(auth) ssh -> sha
This commit is contained in:
parent
4f0c3a467b
commit
1b9ef54701
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue