0c6ef9 Update python-asyncssh to rev 13 via SR 823202

Authored and Committed by Bernhard M. Wiedemann 4 years ago
    Update python-asyncssh to rev 13 via SR 823202
    
    https://build.opensuse.org/request/show/823202
    by user mimi_vx + dimstar_suse
    - update to 2.3.0
     * Added initial support for reading configuration from OpenSSH-compatible
       config files, when present. Both client and server configuration files are
       supported, but not all config options are supported.
     * Added support for the concept of only a subset of supported algorithms being
       enabled by default, and for the ability to use wildcards when specifying
       algorithm names. Also, OpenSSH’s syntax of prefixing the list with
       ‘^’, ‘+’, or ‘-‘ is supported for incrementally adjusting the list
       of algorithms starting from the default set.
     * Added support for specifying a preferred list of client authentication
       methods, in order of preference.
     * Added the ability to use AsyncSSH’s “password” argument on servers which
       are using keyboard-interactive authentica
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file modified
+55 -0
file modified
+1 -1