zanda
Results
2
issues of
zanda
``` INFO:asyncssh:[conn=2] Opening direct TCP connection to www.google.com, port 443 INFO:asyncssh:[conn=2] Client address: 127.0.0.1, port 43318 DEBUG:asyncssh:[conn=2, chan=40] Set write buffer limits: low-water=16384, high-water=65536 INFO:asyncssh:[conn=2] Opening direct TCP connection to...
When passing multiple private keys for security keys to asyncssh.connect using client_keys an exception is throw if the first key checked is not correct for the security key. ``` Traceback...