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 | 556815c3e6c2c6f7ae31be3974e1a50b42406a59 (patch) | |
tree | 1cd22edf1b08747a6938808e4133bd236ecbb061 /package/dropbear/files | |
parent | 0a64cc12fadd8bd2a5acd16efffd067a8acc4851 (diff) | |
download | upstream-556815c3e6c2c6f7ae31be3974e1a50b42406a59.tar.gz upstream-556815c3e6c2c6f7ae31be3974e1a50b42406a59.tar.bz2 upstream-556815c3e6c2c6f7ae31be3974e1a50b42406a59.zip |
remove default password for dropbear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@415 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/files')
-rw-r--r-- | package/dropbear/files/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/files/passwd b/package/dropbear/files/passwd index 8c69ba335d..23d8e62933 100644 --- a/package/dropbear/files/passwd +++ b/package/dropbear/files/passwd @@ -1 +1 @@ -root:$1$$F1Mlz4sQUgmmLkqZr8jnR/:0:0:root:/tmp:/bin/ash +root:!:0:0:root:/tmp:/bin/ash |