summaryrefslogtreecommitdiffstats
path: root/remote/modules/sshd/data/etc
Commit message (Collapse)AuthorAgeFilesLines
* [sshd] !!! sshd service will not be started by default, link should go to ↵Simon Rettberg2015-09-131-1/+0Star
| | | | config module
* "Fedora Support", step 1 ->Simon Rettberg2014-07-041-0/+1
| | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-051-1/+1
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* <system startup> rework dhcp request: try to get an address (and ↵Simon Rettberg2014-01-131-0/+1
| | | | dns/hostname earlier)
* [sshd] Disallow ssh login for "demo" user as the password is a little easy ↵Simon Rettberg2013-09-301-0/+5
| | | | to guess ;)
* Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-201-0/+2
| | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly
* restructuring...Jonathan Bauer2013-03-149-0/+137