Bug 52577 - allow more flexibility for ssh_config
allow more flexibility for ssh_config
Status: NEW
Product: UCS
Classification: Unclassified
Component: SSH
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-12 11:00 CET by Dirk Ahrnke
Modified: 2021-04-01 19:11 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021040121000957
Bug group (optional): Cleanup, Regression, Release Goal, Roadmap discussion
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Ahrnke univentionstaff 2021-01-12 11:00:38 CET
The template for /etc/ssh/ssh_config currently only allows to alter GSSAPIAuthentication based on UCRV. Every else is hardcoded.
The specific customer request is to set "HashKnownHosts No" without modifying the template. While "HashKnownHosts" is a good idea from a security perspective we should try to avoid hard coded features and add flexibility also for features that might have been or will be added in upstream.
Comment 1 Daniel Duchon univentionstaff 2021-04-01 15:39:32 CEST
There is another customer, who asks to change configuration-parameters in ssh_config and doesn't want to make changes to the template files for beeing update-stable.
Comment 2 Arvid Requate univentionstaff 2021-04-01 19:11:40 CEST
Debian has "Include /etc/ssh/ssh_config.d/*.conf" there, maybe we should do the same.