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 388f60cb..0dc2e28a 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -204,6 +204,7 @@ class Transport(threading.Thread, ClosingContextManager):
_key_info = {
'ssh-rsa': RSAKey,
+ 'ssh-rsa-cert-v01@openssh.com': RSAKey,
'ssh-dss': DSSKey,
'ecdsa-sha2-nistp256': ECDSAKey,
'ecdsa-sha2-nistp384': ECDSAKey,