- Timestamp:
- Jan 25, 2010, 7:01:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/cfg/nanobsd.wleiden
r7425 r7427 229 229 ) 230 230 231 231 cust_disable_ssh_password () { 232 chroot ${NANO_WORLDDIR} sh -c "cd /etc/ssh/ ; cat sshd_config | sed -e 's/\#PasswordAuthentication\ no/PasswordAuthentication\ no/' > sshd_config" 233 } 232 234 233 235 # Fill /cfg with custom files, based on 'create_i386_diskimage ( )' … … 294 296 #customize_cmd cust_install_lvrouted 295 297 customize_cmd cust_version_tag 296 # customize_cmd cust_allow_ssh_root 298 customize_cmd cust_allow_ssh_root 299 customize_cmd cust_disable_ssh_password 297 300 customize_cmd cust_nano_prune 298 301 customize_cmd cust_set_root_password
Note:
See TracChangeset
for help on using the changeset viewer.