Changeset 9cf508e in freewrt for package/Config.in


Ignore:
Timestamp:
Jul 21, 2006, 3:52:46 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
0631111
Parents:
1d8c05f
Message:
  • added runtime config for password
  • added runtime config for ssh-key
  • added mkpasswd for crypt-md5 generation (needed for runtime password config)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@325 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    r1d8c05f r9cf508e  
    362362          http://www.freewrt.org/downloads/snapshots/@TARGET@/packages
    363363
    364 endmenu
     364config BR2_RUNTIME_PASSWORD
     365        string "root password"
     366        default "FreeWRT"
     367        help
     368          Predefine the root password enabled in the the built image
     369
     370          - Leave empty to disable password login, beware: TELNET WILL BE OPEN!
     371          - type "-KEY-" to only allow ssh key login and define the ssh-key in
     372            the next step.
     373
     374config BR2_RUNTIME_SSHKEY
     375        string "SSH public key"
     376        default ""
     377        help
     378          Paste your generated SSH public key here and it will be embedded into
     379          the built image, so you can use it to login instantly.
     380
     381endmenu
Note: See TracChangeset for help on using the changeset viewer.