summaryrefslogtreecommitdiffstats
path: root/rescue/startssh
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-071-27/+0
| | | | | | | | This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination.
* escape / in generated passwords & add trailing ; in command lists in startsshMaarten Vanraes2012-02-261-4/+4
|
* add some tests and error handling in startsshMaarten Vanraes2012-02-251-9/+16
|
* fix mounting /dev/pts & /dev/shm (mga#1023)Thierry Vignaud2012-02-251-3/+0
| | | | | and do it in the right place
* - fix wrong dates in the NEWS fileMaarten Vanraes2012-02-251-1/+6
| | | | | | | - add logging to dropbear - make sure /dev/pts is mounted (mga#1023) - make root user homedir /root - add agetty (mga#2052)
* - don't display key and fingerprint of ssh keysMaarten Vanraes2011-10-251-2/+2
|
* - add screenMaarten Vanraes2011-10-241-0/+18
- add dropbear - add etc/shells - add script that set password and start ssh server