diff options
-rw-r--r-- | paramiko/transport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 4d064751..7693c354 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -236,7 +236,7 @@ class Transport(threading.Thread, ClosingContextManager): 'gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==': KexGSSGex, 'ecdh-sha2-nistp256': KexNistp256, 'ecdh-sha2-nistp384': KexNistp384, - 'ecdh-sha2-nistp521': KexNistp521 + 'ecdh-sha2-nistp521': KexNistp521, } _compression_info = { |