Explorar el Código

local wifi pwd, persistent vpn key

Danja Vasiliev hace 9 años
padre
commit
e32453f69c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      openwrt/common/etc/uci-defaults/22-gen-htpasswd

+ 6 - 0
openwrt/common/etc/uci-defaults/22-gen-htpasswd

@@ -0,0 +1,6 @@
+_PWD='changeme'
+
+_HASH=$(printf '%s' "admin:superglue:$_PWD" | md5sum | cut -d' ' -f1)
+echo "admin:superglue:$_HASH" > /etc/lighttpd/htpasswd
+
+echo -e "$_PWD\n$_PWD" | passwd root