mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update lxde_ssh_warn.sh
This commit is contained in:
parent
5f294e7a49
commit
61800d4159
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ check_hash () {
|
||||||
#if [ "$SHADOW_PW" != "\$6\$iiab51\$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop." ]; then return 0 ; fi
|
#if [ "$SHADOW_PW" != "\$6\$iiab51\$D.IrrEeLBYIuJkGDmi27pZUGOwPFp98qpl3hxMwWV4hXigFGmdSvy3s/j7tn6OnyTTLmlV7SsN0lCUAFzxSop." ]; then return 0 ; fi
|
||||||
#if echo "${SHADOW}" | grep -q "${HASH}"; then
|
#if echo "${SHADOW}" | grep -q "${HASH}"; then
|
||||||
if check_user_pwd "iiab-admin" "{{ iiab_admin_published_pwd }}"; then
|
if check_user_pwd "iiab-admin" "{{ iiab_admin_published_pwd }}"; then
|
||||||
zenity --warning --text="SSH is enabled and the default password for user 'iiab-admin' is in use.\nThis is a security risk - please change its password using IIAB's Admin Console (http://box/admin) -> Utilities -> Change Password."
|
zenity --warning --text="SSH is enabled and the default password for user 'iiab-admin' is in use.\nTHIS IS A SECURITY RISK - please change its password using IIAB's Admin Console (http://box/admin) -> Utilities -> Change Password."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue