Hi all Struggling with the docs on this one Per my original find: GSSAuth in for SSH set to yes by default - #3 by chatlow
I want to create either a snippet that sets GSSAuthentication (in /etc/ssh/sshd_config) from yes to no or a global parameter for it?
Any tips would be much appreciated
As the configuration of the is not managed by Foreman as it is not configured by the installer of the operating system, you need to look into a configuration management solution or at least a job for remote execution to do the change.
So there’s no code i can put in place within my template or snippet to substitute yes to no for this ssh config file?
I’ll use Ansible instead and run it post build