소스 검색

local wifi pwd, persistent vpn key

Danja Vasiliev 9 년 전
부모
커밋
e32453f69c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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