diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-21 22:24:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-21 22:24:47 +0000 |
commit | 0056f9709d14a92f8b70c729c36bed5833908082 (patch) | |
tree | f66c74ddc56cab61c5849109e3f404a7b82d13ba | |
parent | 9c6c1dff2e80cafcd828cd663755efdea55645a5 (diff) | |
download | mtk-20170518-0056f9709d14a92f8b70c729c36bed5833908082.zip mtk-20170518-0056f9709d14a92f8b70c729c36bed5833908082.tar.gz mtk-20170518-0056f9709d14a92f8b70c729c36bed5833908082.tar.bz2 |
remove default password for dropbear
SVN-Revision: 415
-rw-r--r-- | openwrt/package/dropbear/files/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/files/passwd b/openwrt/package/dropbear/files/passwd index 8c69ba3..23d8e62 100644 --- a/openwrt/package/dropbear/files/passwd +++ b/openwrt/package/dropbear/files/passwd @@ -1 +1 @@ -root:$1$$F1Mlz4sQUgmmLkqZr8jnR/:0:0:root:/tmp:/bin/ash +root:!:0:0:root:/tmp:/bin/ash |