summaryrefslogtreecommitdiffhomepage
path: root/paramiko/transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r--paramiko/transport.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 1a95f990..df068b3c 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -214,6 +214,7 @@ class Transport(threading.Thread, ClosingContextManager):
'ecdsa-sha2-nistp521': ECDSAKey,
'ecdsa-sha2-nistp521-cert-v01@openssh.com': ECDSAKey,
'ssh-ed25519': Ed25519Key,
+ 'ssh-ed25519-cert-v01@openssh.com': Ed25519Key,
}
_kex_info = {