diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 16:01:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 16:01:08 +0000 |
commit | b9dd6870733d28721673074742da0f26a61291c6 (patch) | |
tree | 2bb9703b91f5fbe49acfc9a3a265424e6c394113 /openwrt/package/dropbear/files | |
parent | 3eccb89c62bec0a861a4bffaa6071e2c62007bee (diff) | |
download | mtk-20170518-b9dd6870733d28721673074742da0f26a61291c6.zip mtk-20170518-b9dd6870733d28721673074742da0f26a61291c6.tar.gz mtk-20170518-b9dd6870733d28721673074742da0f26a61291c6.tar.bz2 |
add /etc/passwd with an empty root password for dropbear
SVN-Revision: 370
Diffstat (limited to 'openwrt/package/dropbear/files')
-rw-r--r-- | openwrt/package/dropbear/files/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/dropbear/files/passwd b/openwrt/package/dropbear/files/passwd new file mode 100644 index 0000000..ae383d0 --- /dev/null +++ b/openwrt/package/dropbear/files/passwd @@ -0,0 +1 @@ +root:$1$$qRPK7m23GJusamGpoGLby/:0:0:root:/tmp:/bin/ash |