Changeset 3236
- Timestamp:
- 07/16/07 17:38:35 (1 year ago)
- Files:
-
- trunk/freewrt/package/Config.in.runtime (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in.runtime
r3233 r3236 11 11 config FWRT_BASEFILES_ADMIN_MKSH 12 12 depends FWRT_PACKAGE_MKSH 13 bool " mksh"13 bool " mksh" 14 14 help 15 15 mksh is the MirBSD enhanced version of the Public Domain Korn … … 22 22 config FWRT_BASEFILES_ADMIN_BASH 23 23 depends FWRT_PACKAGE_BASH 24 bool " GNU bash"24 bool " GNU bash" 25 25 help 26 26 bash is the GNU "bourne-again" shell, a pretty bloated bourne … … 31 31 config FWRT_BASEFILES_ADMIN_ZSH 32 32 depends FWRT_PACKAGE_ZSH 33 bool " zsh"33 bool " zsh" 34 34 help 35 35 zsh is a powerful, bloated not-quite bourne (and even less … … 38 38 39 39 config FWRT_BASEFILES_ADMIN_SH 40 bool " /bin/sh"40 bool " /bin/sh" 41 41 help 42 42 Fall-back: use /bin/sh, whatever it is. … … 67 67 68 68 config FWRT_RUNTIME_SSH_DISABLE_PASSWORD_FOR_ROOT 69 bool " Disable password logins as root"69 bool " Disable password logins as root" 70 70 help 71 71 With this selection only non-root users are allowed to login … … 78 78 79 79 config FWRT_RUNTIME_SSH_DISABLE_NOTHING 80 bool " Enable password login for root and non-root users"80 bool " Enable password login for root and non-root users" 81 81 help 82 82 With this selection all users are allowed to login with password … … 89 89 90 90 config FWRT_RUNTIME_SSH_DISABLE_PASSWORD 91 bool " Disable password logins"91 bool " Disable password logins" 92 92 help 93 93 If you select this you will only be able to login using your supplied … … 100 100 101 101 config FWRT_RUNTIME_SSH_DISABLE_ROOT 102 bool " Disable root logins"102 bool " Disable root logins" 103 103 help 104 104 With this selection only non-root users are allowed to login … … 108 108 109 109 #config FWRT_RUNTIME_SSH_DISABLE_ROOT_AND_PASSWORD 110 # bool " Disable root logins and password logins"110 # bool " Disable root logins and password logins" 111 111 # help 112 112 # With this selection only non-root users are allowed to login


