summaryrefslogtreecommitdiffstats
path: root/utils/handle-sshpw
Commit message (Collapse)AuthorAgeFilesLines
* Fix sshd bringup when also using a kickstart file (#863441)Jesse Keating2012-10-091-2/+1
| | | | users.Users() no longer takes an argument, so don't try to pass one.
* Use the correct path to kickstart files (#833070)Jesse Keating2012-06-211-1/+1
|
* We should use /usr/bin/pythonMartin Sivak2012-06-211-23/+23
| | | | (cherry picked from commit 3f1abc384736f0e105b46612e0601a50784a9528)
* Move sshpw handling out of AnacondaJesse Keating2012-06-081-0/+57
This creates an ExecStartPre on the anaconda-sshd.service that will check for a kickstart entry for sshpw. It will add/modify users accordingly prior to launching the sshd service. Since now sshpw and sshd bring up happens outside of and before anaconda starts, we can remove sshd.py and any reference to it.