diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 07:35:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 07:35:33 +0100 |
commit | 9301a1cf9ceed72fd38a9617041800ec931a6542 (patch) | |
tree | bc4854605488dee0ea58c220e1b96a1aeed1c975 /target/config | |
parent | 793809a19b9a82e3ae67390a147af49264137bef (diff) |
dropbear: update to 2022.83, remove custom patch. Use /root/.authorized_keys now
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 533d58499..5866ba2a1 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -117,7 +117,7 @@ config ADK_RUNTIME_PASSWORD help Predefine the root password enabled in the built image. Use ./host_*/usr/bin/mkcrypt to generate the hash. - Default password is linux123 + Default password is: linux123 config ADK_RUNTIME_ADDUSER bool "add an user" |