yunohost/conf/ssh
Nicolas Palix 839672d28f Fix handling of ssh_password_authentication
The current template use if/else/endif which introduce
spurious empty lines. As the setting value is "yes" or "no", as expected
by the configuration file, the value is directly use.

All uses of passwordauthentication are addressed. This adds the one
used for the sftp group.

Finally, the global configuration sets the yes and no values
to "yes" and "no" respectively.
2023-06-20 15:02:43 +02:00
..
sshd_config Fix handling of ssh_password_authentication 2023-06-20 15:02:43 +02:00