config - implement Match final#1907
Conversation
|
Match final was published with OpenSSH 8.0 at 2019-04-17 (https://www.openssh.com/txt/release-8.0) |
|
Sorry for the wait on this, @commonism -- thanks very much for the implementation. One thing I don't see is any documentation of the support. I'm not intimately familiar with the docs, but that would be one thing to look into adding. More broadly, though: bitprophet is in the middle of a campaign to drop Python 2 and older 3.x on all of his projects, along with some other needed modernization work. paramiko is on a feature freeze until that's done. So, we'll get to this at some point in the future, but it's likely not going to be in the near term. Once the docs question is resolved, I'll flag it for review--it'll get sorted into a milestone from there, and we'll have a better idea at that point of the timeline. |
|
I'll look into adjusting Match: fully supported, with the following caveats: to match the current featureset. |
071b770 to
368e2ca
Compare
|
rebased & linted |
|
Thanks for the bump, @commonism. Have you had a chance to look into where a note about this new feature should be added to the docs? Also, this will need an entry in |
|
I added a note to the Match documentation with keywords supported as of today, adding "final". Will look into adding a changelog entry. |
|
My bad!!! I overlooked that when I scanned the PR earlier. |
|
added in 31e60cc |
|
Thanks for this! Just tidied up a bit & merged. |
This PR adds the glue required to parse & process Match final blocks.