ronf / asyncssh

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
Eclipse Public License 2.0
1.56k stars 156 forks source link

Match final #721

Open commonism opened 5 hours ago

commonism commented 5 hours ago

adding support for Match final to SSHClientConfig

commonism commented 5 hours ago

Hi,

I've had the pleasure with Match final already and it just came back.

As I'm new to asyncssh, I'd appreciate if you could have a look and guide me when required.