Open dev-zero opened 3 years ago
It seems that not all parameters have this problem, most of them actually load the value of the current configuration, do they not? The ones that don't seem to respect that are look_for_keys
, allow_agent
. At least those are different, there might of course be more keys that are affected but we don't notice because the values in your example config happen to be identical to the CLI defaults.
Yes, it is only the bool
values which have the problem (see subject)
Yes, it is only the
bool
values which have the problem (see subject)
Oops :smirk: sorry missed that part
Describe the bug
On reconfiguring an already setup host I noticed that the loaded defaults are the original defaults rather than the ones from the current configuration. Which is obviously annoying if you only want to change one thing and expect to be able to repeatedly hitting ENTER until you get to the value you want to change:
Expected behavior
Load all the defaults?
Your environment