Closed johnnybubonic closed 5 years ago
@johnnybubonic I created PR #149. Would you please test it on your setup?
i'll have to get back to you on this, unfortunately; hopefully sometime next week - looks like it was merged already though, so fingers crossed! i'll reply back if i notice anything borked.
The rendering for
ssh_config
needs a bit of an overhaul since it renders with some options as unindented under Host sections and it doesn't even render the MACs, KeyAlgorithms, or Ciphers options as correctly (they cannot be specified cumulatively on multiple lines, they must be joined with commas to a single string).Additionally, ConfigBanner was getting added as an actual config directive rather than used internally.
I'd recommend fiddling with the spacing as well, as there's a lot of empty lines at the end of the file.
Here's a patch: