Page MenuHomeVyOS Platform

After rewrite, changes to SSH config values that have default have no effect
Closed, ResolvedPublicBUG

Description

For example, if you set port to something else than 22, the port in the generated config remains set to 22.

The root cause is use of setdefault() method instead of assignment by key, which sets the value only if it's not already set.

Details

Difficulty level
Easy (less than an hour)
Version
1.2.0-rolling+201805230337
Why the issue appeared?
Will be filled on close