summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/addmodule_sshconfig.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-10/+13
|
* [sysconfig] SSH: Split pubkey and rest of config, add more optionsSimon Rettberg2020-11-161-7/+9
| | | | | | | | | | | | | | | Now we can have exactly one SSH-Config per sysconfig, which avoids confusion due to config mismatch regarding "allow pw" and "port". The install include takes care of splitting the key into a new module for existing modules, but doesn't remove duplicate SshConfig modules from sysconfigs, as this might lead to additional confusion. Next time the user edits a sysconfig, they are forced to pick exactly one SshConfig module. The "allow password login" option was extended to allow password login for non-root users only in addition to simply being "yes" or "no". There's an additional option that can entirely limit the group of users allowed to log in via SSH.
* [sysconfig] New step after creating a module to directly assign it to system ↵Udo Walter2020-01-161-1/+4
| | | | configs
* [sysconfig] Fix broken title "{{config-module}}"Simon Rettberg2017-03-281-1/+1
| | | | Fixes #3074
* [sysconfig/ssh] Default to port 22Simon Rettberg2016-06-091-1/+5
|
* Migrated messages to modulesSimon Rettberg2016-05-101-3/+3
|
* WIPSimon Rettberg2016-05-031-0/+72