Skip to content

Commit 57ab65f

Browse files
committed
Remove paramiko.DSSKey
DSSKey has been deprecated from OpenSSH for 10 years and is no longer supported by paramiko.
1 parent 98118b1 commit 57ab65f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

score/itf/core/com/ssh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _load_private_key(pkey_path: str):
6666
paramiko.RSAKey,
6767
paramiko.ECDSAKey,
6868
paramiko.Ed25519Key,
69-
paramiko.DSSKey,
7069
]
7170

7271
load_errors = []

0 commit comments

Comments
 (0)