mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[microdecision] c.f. 25efab7
.. there's no way to include files in sshd_config
This commit is contained in:
parent
2c9d1b442d
commit
3fdae48d13
1 changed files with 0 additions and 4 deletions
|
@ -49,10 +49,6 @@ class MyMigration(Migration):
|
|||
if dsa:
|
||||
settings_set("service.ssh.allow_deprecated_dsa_hostkey", True)
|
||||
|
||||
# Create sshd_config.d dir
|
||||
if not os.path.exists(SSHD_CONF + '.d'):
|
||||
mkdir(SSHD_CONF + '.d', 0o755, uid='root', gid='root')
|
||||
|
||||
# Here, we make it so that /etc/ssh/sshd_config is managed
|
||||
# by the regen conf (in particular in the case where the
|
||||
# from_script flag is present - in which case it was *not*
|
||||
|
|
Loading…
Add table
Reference in a new issue