summaryrefslogtreecommitdiffhomepage
path: root/paramiko/transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r--paramiko/transport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index a7e87259..b8bf93b0 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -182,7 +182,6 @@ class Transport(threading.Thread, ClosingContextManager):
"ecdsa-sha2-nistp256",
"ecdsa-sha2-nistp384",
"ecdsa-sha2-nistp521",
- "sk-ecdsa-sha2-nistp256",
"sk-ecdsa-sha2-nistp256@openssh.com",
"rsa-sha2-512",
"rsa-sha2-256",
@@ -195,7 +194,6 @@ class Transport(threading.Thread, ClosingContextManager):
"ecdsa-sha2-nistp256",
"ecdsa-sha2-nistp384",
"ecdsa-sha2-nistp521",
- "sk-ecdsa-sha2-nistp256",
"sk-ecdsa-sha2-nistp256@openssh.com",
"rsa-sha2-512",
"rsa-sha2-256",
@@ -297,9 +295,7 @@ class Transport(threading.Thread, ClosingContextManager):
"ecdsa-sha2-nistp384-cert-v01@openssh.com": ECDSAKey,
"ecdsa-sha2-nistp521": ECDSAKey,
"ecdsa-sha2-nistp521-cert-v01@openssh.com": ECDSAKey,
- "sk-ecdsa-sha2-nistp256": ECDSASkKey,
"sk-ecdsa-sha2-nistp256@openssh.com": ECDSASkKey,
- "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com": ECDSASkKey,
"ssh-ed25519": Ed25519Key,
"ssh-ed25519-cert-v01@openssh.com": Ed25519Key,
}