Actions
Bug #5126
closedOpenSSH Technique tries to set invalid parameters on Redhat3, 4 and Debian 3 and 4 (branch 2.6)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On Debian 3, the following parameters are invalid for OpenSSH
/etc/ssh/sshd_config: line 75: Bad configuration option: MaxAuthTries /etc/ssh/sshd_config: line 76: Bad configuration option: AllowAgentForwarding /etc/ssh/sshd_config: line 78: Bad configuration option: MaxSessions /etc/ssh/sshd_config: line 80: Bad configuration option: PermitTunnel /etc/ssh/sshd_config: line 82: Bad configuration option: AddressFamily /etc/ssh/sshd_config: terminating, 5 bad configuration options
On Debian 4, it is the following that are invalid
/etc/ssh/sshd_config: line 80: Bad configuration option: AllowAgentForwarding /etc/ssh/sshd_config: line 82: Bad configuration option: MaxSessions /etc/ssh/sshd_config: terminating, 2 bad configuration options
On RedHat3, it is
/etc/ssh/sshd_config: line 98: Bad configuration option: MaxAuthTries /etc/ssh/sshd_config: line 100: Bad configuration option: TCPKeepAlive /etc/ssh/sshd_config: line 101: Bad configuration option: PermitTunnel /etc/ssh/sshd_config: line 102: Bad configuration option: AddressFamily
and on Redhat4 it is
/etc/ssh/sshd_config: line 113: Bad configuration option: PermitTunnel /etc/ssh/sshd_config: line 114: Bad configuration option: AddressFamily
Since we don't have the same versions on branches 2.6 and 2.9, we need to fix on both
Updated by Nicolas CHARLES over 10 years ago
- Status changed from 8 to Pending technical review
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/426
Updated by Nicolas CHARLES over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:0732321a6cb0d4e40298de0f3ce69442ad96b0d3.
Updated by Jonathan CLARKE over 10 years ago
Applied in changeset policy-templates:commit:2efb62a1f23b66dc6cfd243b030146f99a235e81.
Updated by Nicolas CHARLES over 10 years ago
Actually, the class are invalids, it should be debian_3, redhat_3 and centos_3
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.16 ( changelog), 2.10.3 (announcement , changelog) and 2.11.0~beta2 (announcement , changelog), which were released today.
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions