Skip to content

Commit

Permalink
Adjust sshd configuration for slmicro 6.1 (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy authored Jan 27, 2025
1 parent 6bea26a commit 128ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/default/sshd.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if 'client' in grains.get('roles') or 'minion' in grains.get('roles') or 'sshminion' in grains.get('roles') %}
# WORKAROUND: Leap 15.6 and SL-Micro 6.0 are using a different sshd_config. To be reviewed.
{% if not ( grains['osfullname'] in ['Leap', 'SL-Micro'] and grains['osrelease'] in ['15.6', '6.0'] ) %}
{% if not ( grains['osfullname'] in ['Leap', 'SL-Micro'] and grains['osrelease'] in ['15.6', '6.0', '6.1'] ) %}
sshd_change_challengeresponseauthentication:
file.replace:
- name: /etc/ssh/sshd_config
Expand Down

0 comments on commit 128ec7d

Please sign in to comment.