Can i make YunoHost manage this file /etc/ssh/sshd_config if I modified it before installation?

Hi,

What do you want to modify in sshd_config?

You can find commands with the --help option. Example:

yunohost --help
yunohost tools --help
yunohost tools upgrade --help

You can make modifications and allow yunohost to manage this file with a hook. But if there’s a native yunohost command, use it rather than a hook.

1 Like